Webhook DispatcherPREVIEWEnterprise Pro
Send structured webhook events to any endpoint. Supports retry logic, HMAC signing, and event filtering. Requires configuration in your ChimerAI app.
⚠ Configure WEBHOOK_SECRET in your .env to enable
Payload Preview
{
"id": "evt_xolaag6f",
"type": "user.created",
"created": "2026-05-12T16:29:13.066Z",
"data": {
"object": {
"id": "obj_abc123",
"status": "active"
}
}
}Payload structure is simulated. Real events are HMAC-signed when a secret is configured.