Pro webhook
n8n için WhatsApp lead webhook'u
Her yeni lead n8n'e JSON POST eder. Kurulacak ekstra uygulama yok. Pro plan.
5 dk kurulum Hedef: Dashboard → Notifications → Webhook
WAButton lead'lerini n8n'e bağlayın
n8n'de bir yakalama URL'si oluşturun, Bildirimler'e yapıştırın, bir test gönderin, sonra bir eylem ekleyin.
- 1
Add a Webhook node in n8n
Create a workflow. Add the Webhook core node as the trigger. Set HTTP Method to POST. Leave authentication on None: WAButton sends JSON and two headers, not a shared secret.
İpucu: Use Respond Immediately so n8n returns 200 before downstream nodes finish.
- 2
Copy the Test URL and listen
At the top of the node panel, select Test URL and copy it. Click Listen for Test Event (or Execute workflow). n8n is now waiting for one POST.
İpucu: The Test URL only works while the editor is listening. Live traffic needs the Production URL after you publish.
- 3
Paste the URL into WAButton and send a test
In the widget editor open Notifications. Enable Send leads to a webhook (Pro). Paste the n8n Test URL. Click the test button. n8n should show the JSON in the Webhook node.
İpucu: A sample delivery includes "test": true. Filter on that field if you do not want test leads in Sheets.
{ "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
Map one action, then go live
Add a Google Sheets, Slack, or email node. Map {{ $json.body.lead.answers.email }}, {{ $json.body.lead.contact.whatsappReplyUrl }}, and {{ $json.body.widget.name }}. Publish the workflow. Copy the Production URL from the Webhook node and replace the Test URL in WAButton. Save.
İpucu: Headers X-WAButton-Event and X-WAButton-Delivery are on every POST if you later add an Only Run If expression.
WAButton lead'lerini neden n8n üzerinden gönderin
The payload is already structured
event is always lead.created. answers, contact, and metadata arrive as JSON, not a blob of email text.
Test URL, then Production URL
n8n gives you both. Listen for a test event, then publish and switch WAButton to the production URL.
Respond immediately
n8n can acknowledge the POST before the rest of the workflow runs. WAButton retries on non-2xx, so a slow CRM step should not hold the HTTP response.
Same test button as production
The dashboard Send test request uses the same JSON shape, with test: true so you can filter sample runs.
Sık sorulan sorular
Which WAButton plan includes webhooks?
- Pro and above. The Notifications tab shows a Pro badge until you upgrade. Delivery is also refused after a downgrade, even if a URL is still saved.
Why did my live lead never reach n8n?
- The Test URL stops receiving once you leave Listen for Test Event. Publish the workflow and paste the Production URL into WAButton.
Does WAButton sign the body?
- Not today. Treat the URL as the secret: do not post it publicly. n8n Header auth is unused unless we add a shared secret later.
Diğer kurulum rehberleri
- Kurulum rehberini gör5 dk
Zapier
Pro webhook
Her yeni lead'i Zapier'e bir webhook ile gönderin.
- Kurulum rehberini gör5 dk
Make
Pro webhook
Her yeni lead'i Make'e bir webhook ile gönderin.
- Kurulum rehberini gör2 dk
Shopify
Shopify 2.0 & Legacy Themes
Shopify sitesine dakikalar içinde bir WhatsApp sohbet widget'ı ekleyin.
Yarının konuşmaları bugün zaten web siteni ziyaret ediyor.
Fırsat sadece daha fazla ziyaretçi kazanmak değil. Zaten sahip olduklarınla, ilgileri azalmadan önce bağlantı kurmak.
Tek satır kod. Kredi kartı yok. Bekleme yok.