Skip to content

carnivore-rb/jackal-slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages