Skip to content

Discord#

Use the Discord node to automate work in Discord, and integrate Discord with other applications. Ensemble has built-in support for a wide range of Discord features, including sending messages in a Discord channel.

On this page, you'll find a list of operations the Discord node supports and links to more resources.

Credentials

Refer to Discord credentials for guidance on setting up authentication.

Basic Operations#

  • Send messages in a Discord Channel

Example Usage#

This Pathway allows you to send a message to a Discord channel using webhooks. This example usage Pathway would use the following two nodes. - Start - Discord

1. Start node#

The start node exists by default when you create a new workflow.

2. Discord node#

  1. First of all, you'll have to create a webhook for the Discord node. You can find out how to do that here.
  2. Paste your webhook into the Webhook URL field.
  3. Enter your message in the Text field.
  4. Click on Execute Node to run the workflow.