Actions50
- Event Actions
- Message Actions
- Instance Actions
- Group Actions
- Community Actions
- Contact Actions
- Chat Actions
- Profile Actions
Overview
The custom n8n node, named 'Z-API by @jaimeflneto', facilitates interaction with the Z-API service to send WhatsApp messages. It supports various resources, including 'Profile', with operations such as 'Update Profile Status'. This node is beneficial for automating WhatsApp status updates within workflows.
Use Case Examples
- Automating daily status updates to inform contacts of availability.
- Setting up a workflow to change status based on calendar events or time of day.
Properties
| Name | Meaning |
|---|---|
| Status | The status message to set for the WhatsApp profile. This property is required and should be a string. |
Output
JSON
status- The updated status message of the WhatsApp profile.
Dependencies
- Z-API service
- WhatsApp account
Troubleshooting
- Ensure that the Z-API service is running and accessible.
- Verify that the WhatsApp account is properly linked to the Z-API service.
- Check for any authentication errors related to the Z-API credentials.
- Confirm that the 'Status' property is correctly set and not empty.
Links
- Creating a new node in n8n - Official documentation on building custom nodes in n8n.