Automations

Send WhatsApp Node

4 min readnode-whatsapp

Send a WhatsApp message to a lead via your connected Wasender account.

Send WhatsApp Node

Sends a WhatsApp message to any phone number via Wasender (self-hosted WhatsApp gateway). Supports plain text and {{variables}} placeholders.

When to use it
  • Instant WhatsApp notification when a new lead comes in.
  • Follow-up message after a form submission when you know the lead's phone number.

---

Required fields
FieldTypeRequiredDescription
phonestringYesE.164 format: +447911123456 or {{lead.phone}}
messagestringYesMessage text — {{variables}} supported

---

Variables available

This node does not produce output variables.

---

Step-by-step setup
  1. Connect your Wasender account at /workspace/credentials → Add Credential → Wasender.
  2. Add a Send WhatsApp node to the canvas.
  3. Set Phone to {{lead.phone}} or a fixed E.164 number.
  4. Write your message — keep it concise and conversational.
  5. Save and test.

---

Example config

json { "phone": "{{lead.phone}}", "message": "Hi {{lead.firstName}}, thanks for your enquiry! We'll be in touch within 1 hour." }

---

Tips & gotchas
  • Phone must be E.164 (+ followed by country code + number, no spaces). Strip spaces from {{lead.phone}} upstream with a Set Variable node if your leads submit local formats.
  • Wasender must be connected and the session active — check /workspace/credentials if messages stop delivering.
  • WhatsApp may rate-limit bulk sends. For broadcast campaigns use the Wasender dashboard directly.