Discord¶
Robusta can send playbook results to Discord.
To configure the Discord sink we will need the Discord webhook url
Note
2-way interactivity (CallbackBlock
) isn't implemented yet.
Get your discord webhook url¶
Open the Discord channel you want to receive Robusta event notifications.
From the channel menu, select Edit channel.
Select Integrations.
If there are no existing webhooks, select Create Webhook. Otherwise, select View Webhooks then New Webhook.
Copy the URL from the Copy Webhook URL field.
Select Save in the bottom.
Configuring the Discord sink¶
Now we're ready to configure the Discord sink.
Add this to your generated_values.yaml
sinksConfig:
- discord_sink:
name: personal_discord_sink
url: <YOUR WEBHOOK URL>
Save the file and run
helm upgrade robusta robusta/robusta --values=generated_values.yaml
You should now get playbooks results in Discord! Example is shown below:
Discord configuration tutorial¶
See video below: