n8n codechat wapi
1.0.0

This is a N8n community node. It allows you to use WhatsApp Api which is a stripped down version of the official CodeChat api to communicate with WhatsApp in your workflow.
This node sends the most common types of messages.
n8n-nodes-codechat-wapi in the npm Package Name field. And click Install.
The node configuration is quite simple, just specify the credentials and use the available operations.
All operations require credentials that are made up of:
This section describes which WhatsApp API operations are available on this node.
| Operation | Method | Credentials required |
|---|---|---|
| Send Text | POST | True |
| Send Buttons | POST | True |
| Send Media | POST | True |
| Send Location | POST | True |
| Send Contact | POST | True |
| Send List | POST | True |
Tested on n8n version 0.206.1 and WahtsApp Api version 1.0.0
workflow-test-codechat-wapi
MIT