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 group text messages via WhatsApp using the Wavify service. This is useful for businesses or individuals who want to broadcast messages to multiple recipients in a group format through WhatsApp.
Use Case Examples
- Sending promotional messages to a customer group.
- Broadcasting event notifications to a WhatsApp group.
Output
JSON
messageId- The unique identifier of the sent message.status- The status of the message sending operation (e.g., sent, failed).recipients- List of recipients who received the group text message.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 recipients are correctly formatted and valid WhatsApp numbers.
- Common errors may include authentication failures, invalid recipient format, or API rate limits.
Links
- Wavify API Documentation - Official documentation for the Wavify API including messaging operations.