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
Name | Type | Control Type | Description |
---|---|---|---|
Bot token | STRING | TEXT |
Triggers
Actions
Send channel message
Post a new message to a specific #channel you choose.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Guild | STRING | SELECT | |
Channel | STRING | SELECT | Channel where to send the message |
Message | {STRING(content), BOOLEAN(tts)} | OBJECT_BUILDER |
Output
Type: OBJECT
Properties
Type | Control Type |
---|---|
{STRING(id), STRING(content), BOOLEAN(tts)} | OBJECT_BUILDER |
Create channel
Create a new channel
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Guild | STRING | SELECT | |
Channel | {STRING(name), INTEGER(type)} | OBJECT_BUILDER |
Output
Type: OBJECT
Properties
Type | Control Type |
---|---|
{STRING(id), INTEGER(type), STRING(name)} | OBJECT_BUILDER |
Send direct message
Send direct message guild member
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Guild | STRING | SELECT | |
Recipient | STRING | SELECT | The recipient to open a DM channel with |
Message Text | STRING | TEXT | Message contents (up to 2000 characters) |
Text To Speech | BOOLEAN | SELECT | True if this is a TTS message |
Output
Type: OBJECT
Properties
Type | Control Type |
---|---|
{STRING(id)} | OBJECT_BUILDER |