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.

Webhooks send events from YoLead to your backend. Configure the webhook URL in the YoLead UI. Your endpoint should:
  • accept POST requests with JSON bodies;
  • verify YoLead webhook signatures;
  • respond with 2xx quickly;
  • process events idempotently by event id.
Webhook events are not Public API endpoints and are not listed in the REST OpenAPI reference.