Logo

Discord

Authentication Type: No Auth
Description: Integrate with Discord to send messages and manage threads.


Threads

Operations for Discord threads.

Reply to Thread

Sends a reply message to a specific Discord thread.

Operation Type: Mutation (Write)

Parameters:

  • replyToMessageId string (required): The Discord message ID to reply to
  • channelId string (required): The Discord thread ID to reply to. If you're replying to a thread, the thread id is the channel id
  • content string (required): The message content to send

Returns:

  • messageId string: The ID of the created message

Example Usage:

{
  "replyToMessageId": "1234567890123456789",
  "channelId": "9876543210987654321",
  "content": "Thanks for the update! This looks great."
}

Common Use Cases

Thread Management:

  • Reply to ongoing discussions in Discord threads
  • Continue conversations with contextual responses
  • Maintain conversation flow in community discussions

Customer Support:

  • Respond to support requests in dedicated threads
  • Provide follow-up information to user queries
  • Keep support conversations organized and threaded

Community Engagement:

  • Participate in community discussions and threads
  • Respond to announcements or project updates
  • Facilitate ongoing conversations in Discord servers