Actions10
Overview
This node integrates with the Wavify API to send WhatsApp messages, specifically supporting the operation to send video messages. It is useful for automating WhatsApp communications, such as sending promotional videos, customer support clips, or informational content via WhatsApp.
Use Case Examples
- Sending a promotional video to a customer list via WhatsApp.
- Automating the delivery of video tutorials or product demos through WhatsApp messaging.
Output
JSON
messageId- The unique identifier of the sent video messagestatus- The status of the message delivery (e.g., sent, delivered, failed)timestamp- The time when the message was sent
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 to avoid authentication errors.
- Check the video file format and size to comply with WhatsApp and Wavify API requirements to prevent message sending failures.
- Verify network connectivity and API endpoint availability if messages fail to send.
Links
- Wavify API Documentation - Official documentation for the Wavify API including messaging operations and authentication details.