create_lead_sync_subscription
Set up lead delivery by creating a subscription that POSTs new leads to your webhook URL with HMAC-signed Standard Webhooks payloads.
Instructions
Provision lead delivery to a managed webhook endpoint for an ad account. Requires Idempotency-Key and destination URL. Leads will be POSTed with Standard Webhooks HMAC signature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Webhook destination https URL. | |
| ad_account_id | No | ||
| ad_account_ids | No | Ad account IDs to subscribe (often just one). | |
| idempotency_key | Yes | Required idempotency key. |