curl --request POST \
--url https://app.sendmux.ai/api/v1/webhooks/{public_id}/test \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"event_id": "evt_clxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"meta": {
"request_id": "req_clxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}Publishes a synthetic sendmux.test event scoped to this team. The event is fanned out to every subscription whose event_types list contains "sendmux.test" — including this one if you want to test delivery to yourself, add sendmux.test to its event types first. Returns the generated event_id so you can correlate the X-Sendmux-Event-Id header on your endpoint.
curl --request POST \
--url https://app.sendmux.ai/api/v1/webhooks/{public_id}/test \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"event_id": "evt_clxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"meta": {
"request_id": "req_clxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}Sendmux API key. Obtain from the dashboard under API Keys. Format: smx_root_...
Webhook public ID
Test event published
true Was this page helpful?