Skip to main content

Slack

Deliver reports directly to Slack channels. Use the webhook delivery interface to send Slack messages.

Setup Steps

1. Create Slack Webhook

  1. Go to Slack Docs
  2. Follow the instructions to create an Incoming Webhook

2. Configure in Anaphora

  1. Go to Delivery Interfaces
  2. Add new Webhook interface
  3. Paste the Webhook URL
  4. Set the method to POST and body type to JSON
  5. Add the JSON body:
     {
    "text": "Hello, world."
    }
  6. Test and save