Connect bizbot to
6,000+ apps via Zapier
No code. No custom API work. Just point Zapier at your bizbot webhook URL and your entire business stack starts talking to each other in minutes.
event in the JSON body of every webhook POST.| Event | Required fields | Optional fields | Where it goes |
|---|---|---|---|
| new_lead | name, email | phone, source, notes | Leads sheet |
| new_client | businessName, email | ownerName, phone, plan | Clients sheet |
| contact_form | name, email | phone, subject, message | contact_submissions tab |
{
"event": "new_lead",
"name": "Jane Smith",
"email": "jane@example.com",
"phone": "+15555550100",
"source": "Typeform",
"notes": "Interested in Full Stack plan"
}
{
"ok": true,
"event": "new_lead",
"processed": true,
"bizbotId": "a3f2b1c0-..."
}
POST /api/zapier-webhook/subscribe
Register a Zapier hook URL to receive bizbot events. Send { hookUrl, event }. Returns { ok, id }.
DELETE /api/zapier-webhook/subscribe
Unregister a previously subscribed hook URL. Zapier calls this automatically when a Zap is turned off.
GET /api/zapier-webhook/sample
Returns sample payloads for every supported event type so Zapier can map fields during Zap setup. No auth required.
New Stripe payment → Add bizbot client
When a customer pays on Stripe, automatically create a client record in bizbot with their plan and contact info.
Typeform submission → New bizbot lead
Route every Typeform inquiry straight into your bizbot Leads sheet — no copy-paste, no missed follow-ups.
Calendly booking → New bizbot lead
When someone books a discovery call, add them as a lead in bizbot so Orbit can follow up automatically.
Facebook Lead Ad → New bizbot lead
Capture Facebook and Instagram lead form submissions and push them into bizbot in real time.
Contact form (any platform) → bizbot log
Use Zapier's Email Parser or any form tool to log contact submissions into bizbot's contact_submissions tab.
Ready to connect everything?
Get your API key from your bizbot dashboard and your first Zap will be live in under 10 minutes.