Delivery Methods
Lead Distro AI buyer delivery methods — Webhook (JSON POST), Email, Google Sheet. How each works, when to use which, and FAQs for picking the right delivery for each buyer.
Three Delivery Methods
| Method | How it works | Best for |
|---|---|---|
| Webhook | JSON POST to any URL | CRMs (HubSpot, Salesforce, Clio, GHL), automation platforms (Zapier, Make), custom internal endpoints |
| Email notification with lead details | Buyers without a CRM, low-volume manual intake, paper-trail compliance | |
| Google Sheet | Lead appended as a new row | Buyers who run on spreadsheets, simple intake without CRM setup |
Webhook Delivery
Sub-second latency from lead acceptance to POST. Full JSON payload with system fields + custom fields. Works with any tool that accepts incoming webhooks. Supports HMAC-SHA256 signing for verification. The default choice for serious buyers.
Email Delivery
Sends a formatted email to the buyer's address with lead details. Useful for buyers without a CRM or for compliance contexts where the buyer needs an email trail of every received lead. Latency is ~1-2 seconds. Limited to plain-text or templated HTML; no programmatic ingestion downstream.
Google Sheet Delivery
Authenticates once via Google OAuth, then every lead appends as a new row in the buyer's spreadsheet. Columns auto-populate from the campaign's field mapping. Useful for buyers who don't run a CRM but want structured intake — common for solo practitioners and small intake teams.
Most buyers should use Webhook delivery — it's the fastest, most flexible, and most integrate-able. Email is for non-technical buyers who can't or won't set up a webhook receiver; Google Sheet is for buyers who explicitly prefer spreadsheets. Default to Webhook unless the buyer asks for something else.
Combining Primary Delivery + Automations
Each buyer has one primary delivery method (Webhook, Email, or Google Sheet) plus any number of automations attached to lead.accepted events. Automations can fan out to additional destinations: Slack alerts, secondary CRMs, internal dashboards, SMS notifications. Primary delivery and automations run in parallel; one failing doesn't block the others.
Frequently Asked Questions
What delivery methods does Lead Distro AI support for buyers?
Can a buyer use multiple delivery methods at the same time?
What's the latency of webhook delivery vs email delivery?
Can I customize the email delivery format?
How does Google Sheet delivery handle high-volume campaigns?
Can buyers switch delivery methods without re-onboarding?
Related Articles
If you have any questions, send us an email at support@leaddistro.ai