This action will send a message from the IFTTT Bot to the channel you specify.
- API endpoint slug
- discord.post_message_to_channel
- Filter code method
- Discord.postMessageToChannel.skip(string?: reason)
- Runtime method
- runAction("discord.post_message_to_channel", {})
Action fields
- Label
- Message
- Helper text
- Max limit of 2000 characters. To @mention roles, find the role ID in Discord by running `\@role`. Ex. 'Hello <@&1234>'
- Slug
- message
- Required
- true
- Can have default value
- true
- Filter code method
- Discord.postMessageToChannel.setMessage(string: message)
- Label
- Allowable mentions
- Helper text
- Allows usage of @everyone, <@&(Role ID)>, and <@(User ID)> in the message body
- Slug
- allowable_mentions
- Required
- true
- Can have default value
- true
- Filter code method
- Discord.postMessageToChannel.setAllowableMentions(string: allowableMentions)