WAButton

Pro webhook

WhatsApp-Lead-Webhook für Zapier

Jeder neue Lead sendet JSON per POST an Zapier. Keine Extra-App. Pro-Plan.

Einrichtung in 5 Min. Ziel: Dashboard → Notifications → Webhook

WAButton-Leads mit Zapier verbinden

Erstelle in Zapier eine Catch-URL, füge sie unter Benachrichtigungen ein, sende einen Test und füge eine Aktion hinzu.

  1. 1

    Create a Catch Hook trigger

    In the Zap editor, set the Trigger to Webhooks by Zapier. For Event, choose Catch Hook. Continue. Leave Pick Off A Child Key empty so the full body is available.

    Tipp: Catch Hook is the parsed-body trigger. Use Catch Raw Hook only if you need the X-WAButton-Event header as a field.

  2. 2

    Copy the Zapier URL

    Zapier shows a unique URL, typically https://hooks.zapier.com/hooks/catch/…. Copy it.

  3. 3

    Send a test from WAButton

    In the widget editor open Notifications. Enable the webhook (Pro), paste the Catch Hook URL, and click the test button. Back in Zapier, open Test trigger and confirm the sample lead appears.

    Tipp: The sample includes "test": true. Production leads omit that key.

    {
      "event": "lead.created",
      "version": 1,
      "deliveryId": "sample-delivery-id",
      "sentAt": "2026-09-10T12:00:00.000Z",
      "widget": { "id": "YOUR_WIDGET_UUID", "name": "Your widget" },
      "lead": {
        "id": "sample-lead-id",
        "submittedAt": "2026-09-10T12:00:00.000Z",
        "answers": {
          "name": "Jane Sample",
          "email": "jane@example.com",
          "message": "This is a sample lead from your WAButton test request."
        },
        "contact": {
          "email": "jane@example.com",
          "whatsappReplyUrl": "https://wa.me/15550192831"
        },
        "metadata": {
          "country": "ES",
          "deviceType": "desktop",
          "referrer": "https://example.com/pricing"
        }
      }
    }
  4. 4

    Add an action and turn the Zap on

    Add Google Sheets, Slack, or email. Map the parsed fields. Publish and turn the Zap on. Leave the same URL in WAButton. Catch Hook is a Zapier Professional feature, not Free.

Warum WAButton-Leads über Zapier laufen

Catch Hook parses the JSON

You map event, widget.name, lead.answers.email, and lead.contact.whatsappReplyUrl in the next step. No Parser step required.

One test click from the dashboard

WAButton's Send test request is a real POST. Then click Test trigger in Zapier so the fields exist before you build the action.

Off Zaps fail closed

A Catch Hook URL for a Zap that is off or deleted returns 404. WAButton will retry, then stop. Turn the Zap on before you rely on it.

Same payload as n8n and Make

One webhook contract. Swap the URL if you move from Zapier to n8n later.

Häufige Fragen

Which WAButton plan includes webhooks?

Pro and above. Free and Starter still email new leads. The webhook POST is Pro.

Catch Hook or Catch Raw Hook?

Catch Hook. WAButton sends application/json and Zapier parses it. Catch Raw Hook is for unparsed bodies and headers. Webhooks by Zapier is on Zapier Professional and above, not on Zapier's Free plan.

My Zap is on but nothing arrives

The URL in WAButton must match the Catch Hook URL exactly. Send another test from Notifications, then Test trigger in Zapier.

Die Gespräche von morgen besuchen Ihre Website schon heute.

Die Chance liegt nicht nur darin, mehr Besucher zu gewinnen. Es geht darum, mit denen in Kontakt zu bleiben, die Sie bereits haben, bevor deren Interesse erlischt.

Eine Codezeile. Keine Kreditkarte. Kein Warten.