Skip to content

Discord

Discord is a communication platform designed for creating communities, chatting with friends, and connecting with others through text, voice, and video channels.

Categories: communication

Type: discord/v1


Connections

Version: 1

Bearer Token

Properties

NameLabelTypeControl TypeDescriptionRequired
tokenBot tokenSTRINGTEXTtrue

Actions

Send Channel Message

Name: sendChannelMessage

Post a new message to a specific #channel you choose.

Properties

NameLabelTypeControl TypeDescriptionRequired
guildIdGuild IDSTRINGSELECTtrue
channelIdChannel IDSTRINGSELECTID of the channel where to send the message.true
__itemMessage{STRING(content), BOOLEAN(tts)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
body{STRING(id), STRING(content), BOOLEAN(tts)}OBJECT_BUILDER

Create Channel

Name: createChannel

Create a new channel

Properties

NameLabelTypeControl TypeDescriptionRequired
guildIdGuild IDSTRINGSELECTtrue
__itemChannel{STRING(name), INTEGER(type)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
body{STRING(id), INTEGER(type), STRING(name)}OBJECT_BUILDER

Send Direct Message

Name: sendDirectMessage

Send direct message guild member.

Properties

NameLabelTypeControl TypeDescriptionRequired
guildIdGuild IDSTRINGSELECTtrue
recipient_idRecipientSTRINGSELECTThe recipient to open a DM channel with.true
contentMessage TextSTRINGTEXTMessage contents (up to 2000 characters)true
ttsText to SpeechBOOLEANSELECTTrue if this is a TTS messagefalse

Output

Type: OBJECT

Properties

NameTypeControl Type
body{STRING(id)}OBJECT_BUILDER

Triggers



Additional instructions


anl-c-discord-md

CONNECTION

Setting up OAuth2