Caravel
HomeBook a DemoStart For Free
Search
⌃K
Links
Ahoy!
Getting Started
Quick Start
Get Onboarded 🚢
Connections
What is a Connection?
Connecting to BigQuery
Connecting to Slack
Connecting to Zendesk
Connecting to Front
Connecting to Amazon S3
Sources
What is a Source?
Microsurveys
Uploading CSVs
Creating Real-Time Sources
Clipping web content
Feeds
What is a Feed?
Searching Your Feed
Saving Feeds
Feed Reports
Classifiers
What is a Classifier?
How Caravel Classifies Sentiment
Prebuilt Classifiers
Custom Classifiers
Automations
What is an Automation?
Real-time Triggers
Defining Custom Action Payloads
Creating cards in Trello
Syncing insights to Airtable
Triggering Cloud Functions
Triggering Discord Messages
Triggering Emails via Sendgrid
Triggering Zaps in Zapier
Triggering Slack Messages
Sending Insights to Big Query
API
Getting started with our API
API Resources
Resources
Video tutorials
Powered By GitBook

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.

Discord HTTP Action Payload Template

{
"content": "🚨🚨🚨 new bug 🚨🚨🚨",
"embeds": [{
"title": "{{message.sentiment}}",
"description": "{{{message.text}}}"
}]
}
​
Previous
Triggering Cloud Functions
Next
Triggering Emails via Sendgrid
Last modified 1yr ago
Copy link