Subscribe to platform events: message received, conversation resolved, etc.
``bash curl -X POST https://flowsdesigner.com/api/v1/webhooks \ -H "Authorization: Bearer $FD_KEY" \ -d '{"url":"https://your-app.com/wh","events":["message.received","conversation.resolved"]}' ``
message.received — customer sent a messagemessage.sent — your agent or bot sent a messageconversation.created, conversation.assigned, conversation.resolvedcontact.created, contact.updatedbroadcast.sent, broadcast.completedflow.executedSet a secret on the subscription. Payloads ship with an X-FlowsDesigner-Signature header (HMAC-SHA256). Verify before processing.