Actions10
Overview
This node integrates with the Wavify API to send WhatsApp messages. Specifically, the 'Send Group Text' operation under the 'Messaging' resource allows users to send text messages to a group via WhatsApp. It is useful for automating group communications, such as sending announcements, updates, or promotional messages to multiple recipients in a WhatsApp group.
Use Case Examples
- Sending a promotional message to a customer group on WhatsApp.
- Automating group notifications for team updates via WhatsApp.
Output
JSON
messageId- The unique identifier of the sent message.status- The status of the message sending operation (e.g., sent, failed).timestamp- The time when the message was sent.
Dependencies
- Requires Wavify API credentials including base URL, subscription ID, and instance ID for authentication.
Troubleshooting
- Ensure that the Wavify API credentials are correctly configured and valid.
- Check network connectivity to the Wavify API endpoint.
- Verify that the group ID and message content are correctly specified to avoid sending errors.
Links
- Wavify API Documentation - Official documentation for the Wavify API including messaging operations.