cURL
curl --request POST \ --url https://{defaultHost}/v5/app/inbound_webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "filter_values": {}, "discord_embed": {}, "idempotent_key": "<string>", "timestamp": "<string>" }'
{ "id": "<string>", "filter_values": {}, "discord_embed": {}, "idempotent_key": "<string>", "timestamp": "<string>" }
Create a Inbound Webhook
App API key for /v5/app and /v5/company endpoints
A successful response
The response is of type object.
object
Was this page helpful?