Slack integration for sending notifications.
Requires configured webhook endpoint from Slack:
{
"jackal": {
"config": {
"slack": {
"webhook_url": SLACK_WEBHOOK_URL
}
}
}
}
Structure within the payload supported:
{
"data": {
"slack": {
"messages": [
{
"message": MESSAGE_TO_DISPLAY,
"color": SLACK_COLOR,
"description": SLACK_TITLE,
"markdown": APPLY_MARKDOWN
}
]
}
}
}
Markdown formatting is enabled by default.
- Repository: https://github.com/carnivore-rb/jackal-slack
- IRC: Freenode @ #carnivore