Docs
NodesSocial Nodes
Edit Page on GitHub

Find Discord Channel

Search for a channel by its name and return its ID

actiondiscordbotchannelfindEasy5
Social

Find Discord Channel

5
Flow
Channel ID
Channel Data
Tool
Flow
Not connectedFlow
Channel Name

Description

The Find Discord Channel node allows you to search for a specific channel within a connected Discord server by its name. This node is useful for workflows that need to interact with specific channels, such as sending messages, retrieving channel information, or managing channel settings. By providing the channel name, the node will return the channel's ID and full data, which can then be used in subsequent nodes within your workflow.

Common Use Cases

  • Sending Messages to a Channel: Use this node to find the channel ID before sending a message with the Send Discord Message node.
  • Retrieving Channel Information: Get details about a channel, such as its topic, member count, or permissions.
  • Channel Management: Use the channel ID to manage channel settings or roles with other Discord nodes.

Inputs

The input connections this node accepts:

NameDescriptionTypeFlowThe flow of the workflowFlowChannel NameThe name of the channel to find (e.g., 'general')Text

Outputs

The output connections this node provides:

NameDescriptionTypeFlowThe Flow to trigger nextFlowChannel IDThe ID of the found channelTextChannel DataFull JSON object of the channelJSONToolThe tool version of this node, to be used by LLMsTool

Fields

The configurable fields this node provides:

NameDescriptionTypeChannel NameThe name of the channel to findValue: ``TextDiscordConnect DiscordDefaultValue: ``social

Last updated on