Actions10
Overview
This node integrates with the Wavify API to send WhatsApp messages. Specifically, the 'Reply Message' operation under the 'Messaging' resource allows users to reply to received WhatsApp messages through the Wavify platform. It is useful for automating customer support, sending follow-up messages, or managing WhatsApp communications programmatically.
Use Case Examples
- Automatically reply to customer inquiries received on WhatsApp using predefined templates.
- Send follow-up messages to users who interacted with your WhatsApp business account.
Output
JSON
messageId- The unique identifier of the sent reply messagestatus- The status of the message sending operation (e.g., sent, failed)timestamp- The time when the reply 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 network connectivity to the Wavify API endpoint to prevent request failures.
- Verify that the message content and recipient details conform to Wavify API requirements to avoid message rejection.
Links
- Wavify API Documentation - Official documentation for the Wavify API including messaging operations and authentication details.