Skip to main content

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.

YoLead webhook requests include:
X-YoLead-Webhook-Id: <event_id>
X-YoLead-Timestamp: <unix_ms_timestamp>
X-YoLead-Signature: <hex_hmac_sha256>
Verify the signature with HMAC-SHA256 over:
<timestamp>.<raw_body>
Use the webhook secret configured for your company. Reject requests with invalid signatures or stale timestamps.