Discord Bot Requirements
To send notifications via Discord, a Discord Bot is required. You may use an existing or create a new basic bot.Scopes
Update thebot scope with the following permissions:
View ChannelsSend Messages- Optional:
Read Message Historyto send a message as a reply to another message
Profiles Requirements
The information required in the recipient profile is different based on the type of message you are sending.Sending a Direct Message
To send a message to a user, you’ll need to supply the Discord profile object with auser_id:
- Go to User Settings on Discord (next to profile on the bottom left),
- Access the Advanced settings page and enable Developer Mode ,
- Right click on the user and copy the user ID.
Sending a Message to a Channel
To send a message to a channel, you’ll need to supply the discord profile object with achannel_id:
- Go to User Settings on Discord (next to profile on the bottom left),
- Access the Advanced settings page and enable Developer Mode ,
- Right click on the channel and copy the channel ID.