cURL
curl --request POST \ --url https://apps-studio.thena.ai/incoming-webhook/events \ --header 'Content-Type: application/json' \ --header 'x-bot-key: <x-bot-key>' \ --data '{ "event_name": "linear.contact.synced", "payload": {} }'
{ "success": true, "messageId": "12345678-1234-1234-1234-123456789012", "timestamp": "2024-02-20T12:00:00Z" }
Handles the published events webhook
Bot Key
Type of the webhook event
"linear.contact.synced"
The payload of the webhook event
{}
Event processed successfully
Indicates if the webhook was processed successfully
true
The message ID
"12345678-1234-1234-1234-123456789012"
Timestamp of when the webhook was processed
"2024-02-20T12:00:00Z"