Actions10
Overview
This node integrates with the Wavify API to send WhatsApp messages. Specifically, the 'Send Text Message' operation under the 'Messaging' resource allows users to send text messages via WhatsApp through the Wavify platform. This is useful for automating communication, customer support, marketing campaigns, or notifications via WhatsApp.
Use Case Examples
- Sending a welcome message to new customers automatically.
- Notifying users about order status updates via WhatsApp.
Output
JSON
messageId- Unique identifier of the sent messagestatus- Status of the message deliverytimestamp- Time when the message was sentrecipient- Phone number or identifier of the message recipientcontent- Text content of the sent message
Dependencies
- Requires Wavify API credentials including base URL, subscription ID, and instance ID for authentication and API access.
Troubleshooting
- Ensure that the Wavify API credentials are correctly configured and valid.
- Check that the base URL, subscription, and instance parameters are correctly set in the credentials.
- Common errors may include authentication failures, invalid phone numbers, or message content issues.
- Verify network connectivity to the Wavify API endpoint.
Links
- Wavify API Documentation - Official documentation for the Wavify API including messaging operations and authentication.