curl --request POST \
--url https://app.splox.io/api/v1/events/{webhook_id} \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"event_id": "0199f456-a12b-3c4d-5e6f-789012abcdef"
}Receives an event from an external service via the Event Hub. The event is stored and routed to subscribed agents. Supports verification challenges for Slack and Facebook/Instagram.
curl --request POST \
--url https://app.splox.io/api/v1/events/{webhook_id} \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"event_id": "0199f456-a12b-3c4d-5e6f-789012abcdef"
}curl -X POST https://app.splox.io/api/v1/events/{webhook_id} \
-H "Content-Type: application/json" \
-H "X-Webhook-Secret: your-secret" \
-d '{"key": "value"}'
X-Webhook-Secret header{{ start.field_name }}.
Payload limit: 10MB
url_verification type with the challenge tokenhub.mode=subscribe GET requests with hub.challenge{
"ok": true,
"event_id": "uuid-of-the-stored-event"
}
Event webhook ID (UUID format)
Any JSON payload from the external service. Stored as-is and routed to subscribed agents.
The body is of type object.