Inbound Webhooks
Create a Inbound Webhook
Create a Feed Content Item
POST
/
v5
/
app
/
inbound_webhooks
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
filter_values
object
requiredThe filter values of the inbound webhook
discord_embed
object
requiredThe discord embed of the inbound webhook
timestamp
string
requiredThe timestamp of the inbound webhook in ISO8601 format. Example: 2021-01-01T00:00:00Z
idempotent_key
string
The idempotent key of the inbound webhook
Response
201 - application/json
id
string
requiredThe ID of the inbound webhook, which will look like inwh_*************
filter_values
object
requiredThe filter values of the inbound webhook
discord_embed
object
requiredThe discord embed of the inbound webhook
timestamp
string
requiredThe timestamp of the inbound webhook in ISO8601 format. Example: 2021-01-01T00:00:00Z
idempotent_key
string
The idempotent key of the inbound webhook
Was this page helpful?