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