WAButton

Pro webhook

Webhook de leads de WhatsApp para Zapier

Cada lead nuevo envía JSON a Zapier por POST. Sin app extra que instalar. Plan Pro.

Configuración en 5 min Destino: Dashboard → Notifications → Webhook

Conecta los leads de WAButton con Zapier

Crea una URL de captura en Zapier, pégala en Notificaciones, envía una prueba y añade una acción.

  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.

    Consejo: 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.

    Consejo: 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.

Por qué enviar los leads de WAButton por Zapier

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.

Preguntas frecuentes

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.

Las conversaciones de mañana ya están visitando tu web hoy.

La oportunidad no es solo conseguir más visitantes. Es conectar con los que ya tienes, antes de que se enfríe su interés.

Una línea de código. Sin tarjeta de crédito. Sin esperas.