Integrating with Slack allows Red Canary to send Slack messages as part of an automation playbook.
Configure Slack to accept an incoming webhook
- Go to https://my.slack.com/services/new/incoming-webhook/.
- Select the channel you want messages posted in, and then click Add Incoming WebHooks integration.
- Copy the webhook URL.
Add a Slack notification to an automation playbook
- Within any playbook, click Add Action.
- Click Slack, Send Slack Message and then click Add to Playbook.
- Paste your webhook URL in Slack Webhook URL.
- Specify the Channel where messages should be posted.
- Specify the title you want to appear for each message, using interpolated values for customization.
- Optionally, specify a Title Link as the URL the message should link to when clicked.
- Select one of the Slack-supported colors for the left stripe of the message.
- Optionally, specify custom fields that should appear in the message body.
- Click Save.
Here’s an example:
Which produces a message like this:
Comments
0 comments
Please sign in to leave a comment.