GETTING STARTED
Lead intake
One POST and a new lead is in your pipeline. Point your website form, Zapier, or anything that can send a webhook at your source's intake URL.
Every lead source you create gets its own intake token and hosted form. The token is a UUID that appears in the source's form URL — the same token works for direct POSTs. Grab it from your lead sources settings.
JSON and form-encoded bodies are both accepted, and CORS is open — a form embedded on your own website can post directly from the browser. At least one of name, phone or email is required; notes also accepts the field name message, so most form builders work unchanged.
Spam protection
—A honeypot: any value in a field named website makes the request a silent no-op that still returns ok.
—Optional bot check: when Turnstile is configured, pass the widget's token as turnstileToken.
Responses
—400 — malformed token, unreadable body, or no name/phone/email.
—404 — the intake link has been deactivated.
Updated August 6, 2026Did this page help?
NEXTMeloScan uploads