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.

Example Use Cases

These are the Discord actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

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 User

Retrieve information about a Discord user. With OAuth Bearer token authentication, this returns the authenticated user's information (use '@me'). With Bot token authentication, you can query any user by their ID. Use this when you need user details like username, avatar, email (if email scope is granted), locale, premium status, or other profile information.

Resolve Invite

Tool to resolve and retrieve information about a Discord invite code. Use when you need to get details about a guild, channel, or event associated with an invite code.

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.

Triggers

These are the trigger events currently available for Discord.

New Discord Message Trigger

Polls a specific Discord channel for new messages.