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

  1. Open the Discord channel you want to receive Robusta event notifications.

  2. From the channel menu, select Edit channel.

  3. Select Integrations.

  4. If there are no existing webhooks, select Create Webhook. Otherwise, select View Webhooks then New Webhook.

  5. Copy the URL from the Copy Webhook URL field.

  6. 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: