Triggering Discord Messages
To trigger actions in Discord you'll first need to set up a webhook on your Discord server. You can read more on how to do that in Discord's webhook documentation here.
{
"content": "🚨🚨🚨 new bug 🚨🚨🚨",
"embeds": [{
"title": "{{message.sentiment}}",
"description": "{{{message.text}}}"
}]
}
Last modified 1yr ago