Slack
Deliver reports directly to Slack channels. Use the webhook delivery interface to send Slack messages.
Setup Steps
1. Create Slack Webhook
- Go to Slack Docs
- Follow the instructions to create an Incoming Webhook
2. Configure in Anaphora
- Go to Delivery Interfaces
- Add new Webhook interface
- Paste the Webhook URL
- Set the method to POST and body type to JSON
- Add the JSON body:
{
"text": "Hello, world."
} - Test and save