Supported Providers
Discord
Discord provider is a provider that allows to send notifications to Discord
Inputs
- content: str : Message text to send
- components: list[dict] = []: Adding styling or interactive components like emoji,buttons
Note: for components to work, the webhook must be owned by an application - see https://discord.com/developers/docs/resources/webhook#execute-webhook
Outputs
No information yet, feel free to contribute it using the “Edit this page” link the bottom of the page
Authentication Parameters
The webhook_url
associated with the channel requires to trigger the message to the respective channel.
Connecting with the Provider
- Open the Discord server where you want to create the webhook.
- Click on the settings icon next to the server name, and select “Server Settings.”
- In the left-hand menu, click on “Integrations,” and then click on “Webhooks.”
- Click the “Create Webhook” button, and give your webhook a name.