Unify Integrations
Logo
Discord

Discord

Logo

3 mins READ

Discord integration enhances your application by enabling efficient channel management, messaging, and invites, leading to improved communication and user engagement.

Connecting your application to Discord enhances functionality and communication. With Discord’s API, you can manage channels, messages, and invites. 

Authentication

Before you begin, ensure you have the required information.

  • Connection Name: Choose a meaningful name for your connection. This name helps you identify the connection within your application or integration settings. It could be something descriptive like "MyAppDiscordIntegration"

  • Authentication TypeSelect the type of authentication for connecting to your Discord account:

    • Bot token

Bot Token Based Authentication

  1. Visit the Discord Developer Portal and log in with your Discord account. For more information on bots see bots vs user accounts.

  2. Click New Application and provide a name for your application.

  3. Navigate to the Bot tab and click Add Bot to create a new bot for your application.

  4. Under TOKEN, click Reset Token to generate your bot token.

  5. Copy and securely store the bot token to prevent unauthorized access.

    Frame 181.png
    Frame 181.png

Actions

ActionDescription
Create channel inviteCreates channel invite in Discord
Create channelCreates channel in Discord
Delete channel inviteDeletes channel invite in Discord
Delete channelDeletes channel in Discord
Delete message Deletes message in Discord
Send channel messageSends message to a channel in Discord
Update channel messageUpdates channel message in Discord