This is an n8n community node. It lets you use SSW WhatsApp API in your n8n workflows.
SSW (Super Simple WhatsApp) is a WhatsApp Business API service that allows you to send and receive WhatsApp messages programmatically through their REST API.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources
Follow the installation guide in the n8n community nodes documentation.
Use the package name: n8n-nodes-ssw
This package provides two nodes:
- Send Message: Send WhatsApp messages to a specific phone number or conversation_id using your configured device
- Message Received: Listen for incoming WhatsApp messages via webhooks
To use this node, you need:
- SSW WhatsApp API Account: Sign up at Super Simple WhatsApp
- API Key: Obtain your API key from the SSW dashboard
- Device Setup: Configure at least one WhatsApp device in your SSW account
- Webhook URL: Set up a webhook URL in your SSW account to receive incoming messages
- Go to Credentials in your n8n instance
- Click Add Credential
- Search for "SSW WhatsApp API"
- Enter your API key from the SSW dashboard
- Test the connection to ensure it works
- Minimum n8n version: 1.0.0
- Node API version: 1
- Tested with: n8n v1.x