Discord icon

Discord

Community chat platform for servers, channels, messages, members, roles, threads, and reactions.

Supports community workflows that send channel messages, attach files, react to commands, and follow server or member activity.

Sign in to connect Discord

Sign in to connect an account and start using Discord in your apps.

Example Use Cases

These are example ways Snow can use Discord when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Consume Entitlement

Marks a one-time purchase consumable entitlement as consumed for a given application. Only applicable to entitlements backed by one-time purchase consumable SKUs.

Delete Test Entitlement

Deletes a currently active test entitlement for a given application. Use this to clean up test entitlements that are no longer needed.

Delete User Application Role Connection

Deletes the current user's application role connection for the specified application. Removes the platform metadata and linked role connection.

Edit Application Command Permissions

Edits the permissions for a specific application command in a guild. Requires OAuth2 Bearer token (bot tokens will error). The authorizing user must have MANAGE_GUILD and MANAGE_ROLES permissions in the target guild.

Get Application Command Permissions

Retrieves the permissions for a specific application command in a guild. Requires OAuth2 Bearer token (bot tokens will error). The authorizing user must have MANAGE_GUILD and MANAGE_ROLES permissions in the target guild.

Get Batch Application Command Permissions

Retrieves permissions for all commands of an application in a guild. Returns a list of permission objects for each command. Requires OAuth2 Bearer token (Bot tokens will error).

Get Current User Application Entitlements

Tool to retrieve entitlements for the current user for a given application. Use when you need to check what premium offerings or subscriptions the authenticated user has access to.

Get Gateway

Tool to retrieve a valid WebSocket (wss) URL for establishing a Gateway connection to Discord. Use when you need to connect to the Discord Gateway for real-time events.

Get Guild Template

Tool to retrieve information about a Discord guild template using its unique template code. Use when you need to get details about a guild template for creating new servers.

Get Guild Widget

Tool to retrieve the guild widget in JSON format. Use when you need to get public information about a Discord guild's widget that can be displayed on external websites. The widget must be enabled in the guild's server settings.

Triggers

These are the trigger events currently available for Discord.

New Discord Message Trigger

Polls a specific Discord channel for new messages.