Integrations

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.

Inbound Webhook URL
https://bizbottech.com/api/zapier-webhook
Authentication Header
X-Zapier-Secret: <your-ZAPIER_WEBHOOK_SECRET>
What you can send to bizbot
Include 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
Example Payload
new_lead
{
  "event":  "new_lead",
  "name":   "Jane Smith",
  "email":  "jane@example.com",
  "phone":  "+15555550100",
  "source": "Typeform",
  "notes":  "Interested in Full Stack plan"
}
Example response
{
  "ok":        true,
  "event":     "new_lead",
  "processed": true,
  "bizbotId":  "a3f2b1c0-..."
}
REST Hook Endpoints
For advanced Zapier triggers
These endpoints let Zapier subscribe to outbound events from bizbot (e.g., new Stripe payment received). Requires admin Bearer JWT.
🔔

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.

Popular Zaps
5 Zaps you can build today
Copy the webhook URL above, paste it into Zapier's "Webhooks by Zapier" action, and wire up one of these recipes.
💳

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.