Jackal Slack

Slack integration for sending notifications.

Configuration

Requires configured webhook endpoint from Slack:

{
  "jackal": {
    "config": {
      "slack": {
        "webhook_url": SLACK_WEBHOOK_URL
      }
    }
  }
}

Payload structure

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.

Info