Skip to main content
Connect Discord to let agents send messages, read channels, and interact with your Discord community or team server.

Setup

  1. ToolsDiscordConnect
  2. Authorize the Discord bot for your server
  3. Grant access to specific channels as needed

Available actions

ActionDescription
DISCORD_GET_GUILD_INFOGet server (guild) details
DISCORD_LIST_GUILD_CHANNELSList all channels in a server
DISCORD_FETCH_MESSAGESRead recent messages from a channel
DISCORD_SEND_MESSAGEPost a message to a channel
DISCORD_CREATE_CHANNELCreate a new text or voice channel
DISCORD_DELETE_MESSAGEDelete a specific message
DISCORD_ADD_ROLE_TO_USERAssign a role to a server member

Example use cases

Community support bot: Monitors a #support channel, answers questions using KB, and escalates unanswered issues to moderators. Release notifier: Posts release notes to #announcements whenever a new deployment is completed. Onboarding assistant: Sends a welcome DM to new server members with links, resources, and next steps.