Authentication

This provider requires authentication.

  • webhook_url: Discord Webhook Url (required: True, sensitive: True)

In workflows

This provider can be used in workflows.

As “action” to make changes or update data, example:

actions:
    - name: Query discord
      provider: discord
      config: "{{ provider.my_provider_name }}"
      with:
        content: {value}  # The content of the message.
        components: {value}  # The components of the message.

Check the following workflow example:

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.