Skip to main content

Discord

Post messages and rich embeds to Discord channels, manage threads, add reactions, and control roles — useful for developer communities, gaming, and real-time team alerts.

Authentication

Auth type: Bot token Create a Discord application at discord.com/developers, add a Bot, and copy the Token. Invite the bot to your server using OAuth2 URL with the bot scope and the permissions your actions require.
CredentialDescription
Bot TokenThe bot token from Discord Developer Portal → Bot → Reset Token

Triggers

TriggerWhen it fires
Message CreatedA message is posted in a monitored channel
Member JoinedA user joins the Discord server
Reaction AddedA reaction is added to any message

Actions

ActionKey inputsKey outputs
Send MessagechannelId, content, usernameid, channelId
Send EmbedchannelId, title, description, color, fields[], footer, imageUrlid, channelId
Edit MessagechannelId, messageId, contentid
Delete MessagechannelId, messageIddeleted
ActionKey inputsKey outputs
Create ThreadchannelId, name, messageId (optional)id, name
Add ReactionchannelId, messageId, emojisuccess
ActionKey inputsKey outputs
Add Role to MemberguildId, userId, roleIdsuccess
Remove Role from MemberguildId, userId, roleIdsuccess
Create ChannelguildId, name, type, topic, categoryIdid, name
Use color as a decimal integer for embed colors. For example, 5793266 is blue (#586ae2). You can convert hex to decimal at any online color picker.