Webhooks send events from YoLead to your backend. Configure the webhook URL in the YoLead UI. Your endpoint should:Documentation Index
Fetch the complete documentation index at: https://docs.yo-lead.com/llms.txt
Use this file to discover all available pages before exploring further.
- accept
POSTrequests with JSON bodies; - verify YoLead webhook signatures;
- respond with
2xxquickly; - process events idempotently by event id.