HTTP API service for the notifications
196
HTTP API service for the notifications.
notiboy can notify to users through email or slack.
Mailgun api key : Sign-in to Mailgun and issue a api key
Slack oauth access token : Create a slack app through this link if you don't have it and generate oauth token.
Slack app permissions : Should be granted some permissions, channels:read, chat:write:bot and groups:read.
mvn clean package
mvn dockerfile:build
java -jar notiboy-0.1.jar
Method : POST
Request header : Content-Type: application/json
JSON Sample :
{
"from": "info<[email protected]>",
"recipients": [
"[email protected]"
],
"subject": "Hello, notiboy",
"content": "Hi"
}
Method : POST
Request header : Content-Type: application/json
JSON sample :
{
"channel": "general",
"message": "Hello"
}
Content type
Image
Digest
Size
85.9 MB
Last updated
about 8 years ago
docker pull blurblah/notiboy