Fynchat

Zapier Integration (5,000+ apps)

Connect Fynchat with thousands of apps via Zapier, no code required.

The integrations page

Why Zapier?

If your system isn't Salla or Zid, you can use Zapier as a bridge to 5,000+ apps:

  • Google Sheets, Airtable, Notion
  • Mailchimp, ConvertKit
  • Stripe, PayPal
  • Calendly, Acuity
  • Typeform, Google Forms
  • HubSpot, Pipedrive
  • Slack, Microsoft Teams
  • ... and thousands more

Integrate in two ways

Method 1: Generic webhook (Zapier → Fynchat)

Receive any event from Zapier and send a WhatsApp message:

  1. In Zapier → + Create Zap
  2. Trigger: choose your app (Google Forms, for example)
  3. Action: Webhooks by Zapier → POST
  4. URL: https://fynchat.com/api/public/v1/messages
  5. Headers:
    Authorization: Bearer fynk_live_xxx
    Content-Type: application/json
    
  6. Body:
    {
      "to": "{{phone_field}}",
      "type": "template",
      "template_name": "welcome",
      "language": "ar",
      "variables": ["{{name_field}}"]
    }
    
  7. Test → Publish

Method 2: Fynchat → Zapier

Receive WhatsApp events in any app:

  1. In Zapier → + Create Zap
  2. Trigger: Webhooks by Zapier → Catch Hook
  3. Zapier gives you a URL like: https://hooks.zapier.com/hooks/catch/...
  4. In Fynchat → Settings → Integrations → Webhooks → + New
  5. Paste the URL, choose the events you want (e.g. message.received)
  6. Now any new message → the Zap fires and you can push it into Sheets, Slack, etc.

Common Zap examples

Example 1: Google Sheets → WhatsApp

When a new row is added to a Sheet → send a WhatsApp welcome

  • Trigger: Google Sheets - New Spreadsheet Row
  • Action: Webhook to Fynchat (send template)

Example 2: Stripe → WhatsApp

When a payment succeeds → send a confirmation

  • Trigger: Stripe - New Charge
  • Action: Webhook to Fynchat

Example 3: Calendly → WhatsApp

When an appointment is booked → send a reminder one hour before

  • Trigger: Calendly - Invitee Created
  • Filter: 1 hour before scheduled time
  • Action: Webhook to Fynchat

Example 4: WhatsApp → Slack

When a customer messages → notify the team in Slack

  • Trigger: Webhook (Fynchat message.received)
  • Action: Slack - Post Message in Channel

Zapier alternatives

The same idea works with:

  • Make (Integromat) — more powerful for complex logic
  • n8n — open source (self-hosted)
  • Pabbly Connect — cheaper with a one-time payment
  • Microsoft Power Automate — for companies on Microsoft 365

Tips

  • Start with a single simple Zap and test it before building bigger
  • Use a Test API key while building
  • Verify webhook signatures when receiving Fynchat events (see verification)
  • Monitor your Zapier usage — the Free tier is limited by the number of tasks per month

Quick links