Skip to content

Discord

Reference


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

Categories: [communication]

Version: 1


Connections

Version: 1

Bearer Token

Properties

NameTypeControl TypeDescription
Bot tokenSTRINGTEXT

Triggers


Actions

Send channel message

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

Properties

NameTypeControl TypeDescription
GuildSTRINGSELECT
ChannelSTRINGSELECTChannel where to send the message
Message{STRING(content), BOOLEAN(tts)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

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

Create channel

Create a new channel

Properties

NameTypeControl TypeDescription
GuildSTRINGSELECT
Channel{STRING(name), INTEGER(type)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

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

Send direct message

Send direct message guild member

Properties

NameTypeControl TypeDescription
GuildSTRINGSELECT
RecipientSTRINGSELECTThe recipient to open a DM channel with
Message TextSTRINGTEXTMessage contents (up to 2000 characters)
Text To SpeechBOOLEANSELECTTrue if this is a TTS message

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(id)}OBJECT_BUILDER

Additional instructions


anl-c-discord-md

CONNECTION

Setting up OAuth2