Actions10
Overview
This node integrates with the Wavify API to send WhatsApp messages. Specifically, it supports sending text messages through the Wavify WhatsApp API, making it useful for automating communication workflows such as customer notifications, alerts, or marketing messages via WhatsApp.
Use Case Examples
- Sending a text message to a customer to confirm an appointment.
- Automating delivery of promotional messages to a WhatsApp contact list.
Output
JSON
messageId- The unique identifier of the sent messagestatus- The status of the message sending operationrecipient- The recipient phone number or identifiertimestamp- The time when the message was sent
Dependencies
- Wavify API key credential for authentication
Troubleshooting
- Ensure the Wavify API credentials (base URL, subscription, instance, and API key) are correctly configured to avoid authentication errors.
- Check that the recipient phone number is in the correct format required by the Wavify API to prevent message sending failures.
- Verify network connectivity to the Wavify API endpoint to avoid request timeouts or connection errors.
Links
- Wavify API Documentation - Official documentation for the Wavify API including messaging operations and authentication details.