Empfio Docs

Zapier

Connect Empfio to thousands of apps via Zapier.

Overview

Use Empfio's webhook events as Zapier triggers to automate any workflow — send a Slack notification when a booking is made, add a row to Google Sheets for every new lead, sync contacts to Mailchimp, and more.

Available trigger events

EventWhen it fires
lead.createdA new lead is captured from any channel
lead.status_changedLead status is updated (e.g. new → booked)
booking.createdAn appointment is confirmed
booking.cancelledAn appointment is cancelled
conversation.escalatedThe AI agent escalated to a human

See Webhook Events for the full payload format of each event.

Setup

Step 1 — Create a Zap in Zapier

  1. Go to zapier.com and create a new Zap
  2. For the trigger, choose Webhooks by Zapier → Catch Hook
  3. Zapier will generate a unique webhook URL — copy it

Step 2 — Register the webhook in Empfio

  1. In Empfio, go to Settings → Integrations → Webhooks
  2. Click Add webhook
  3. Paste the Zapier webhook URL
  4. Select the events you want to trigger on (e.g. lead.created, booking.created)
  5. Click Save

Step 3 — Test the connection

  1. Back in Zapier, click Test trigger
  2. In Empfio, perform the action that fires the event (e.g. have a test conversation that creates a lead)
  3. Zapier should detect the incoming webhook payload
  4. Continue building your Zap — add actions like "Send Slack message", "Add Google Sheets row", etc.

Example automations

TriggerActionUse case
lead.createdAdd row to Google SheetsKeep a running log of all new leads
booking.createdSend Slack messageNotify your team about new appointments
lead.createdAdd subscriber to MailchimpAutomatically add leads to your email list
conversation.escalatedSend emailAlert you immediately when a customer needs human help
booking.cancelledUpdate Airtable recordTrack cancellation reasons

Payload format

Zapier receives the same JSON payload documented in Webhook Events. The data object fields are available as Zapier data points for mapping to your action steps.

On this page