n8n-nodes-waflow-trigger
v0.2.7
Published
n8n community nodes for receiving WaFloW WhatsApp webhooks and sending messages through a specific slot
Downloads
876
Maintainers
Readme
n8n-nodes-waflow-trigger
This is an n8n community node package for WaFloW.ai.
WaFloW is a platform for automating WhatsApp communications. This package provides:
- WaFloW Trigger: Receives inbound or outbound webhook events from WaFloW.
- WaFloW Sender: Sends a WhatsApp message through a specific WaFloW slot.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
- Go to Settings > Community Nodes.
- Select Install.
- Enter
n8n-nodes-waflow-trigger.
For self-hosted manual installs, follow the official guide and install the package inside your n8n custom nodes directory.
Operations
WaFloW Trigger
Use this trigger when you want a workflow to start only for:
- a specific event (
InboundorOutbound) - a specific WaFloW account
- a specific slot / number
WaFloW Sender
Use this action node to send a plain-text WhatsApp message through a selected WaFloW slot.
Credentials
You can use these credentials to authenticate with the WaFloW API.
WaFloW.ai API
To configure the node, you will need the following information from your WaFloW account:
- API Key: Your personal authentication key.
- Agency ID / Location ID: Your WaFloW agency identifier from the dashboard.
- Base URL: Defaults to
https://wa.waflow.ai. Override it only when testing against a staging or development WaFloW backend.
Compatibility
- Built as a standard n8n community node package.
- Includes compatibility for n8n instances that still expect trigger outputs as
'main'. - For n8n Cloud availability, the package must still pass n8n's verification process.
Usage
Trigger
- Add the WaFloW Trigger node to your workflow.
- Select or create your WaFloW.ai API credentials.
- Choose the Event, Account, and Slot.
- Copy the production or test webhook URL that n8n generates for the trigger.
- Register that URL in your WaFloW backend or dashboard for the same event.
- Activate the workflow and send a matching event from WaFloW.
Action
- Add the WaFloW Sender node after any trigger or previous step.
- Select the Account and Slot you want to send from.
- Fill in the destination phone number and message.
- Execute the workflow.
Verification Notes
This package is structured so it can be submitted later as a verified community node for n8n Cloud, but Cloud support still depends on n8n approving the package.
