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 communication, 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 video message delivery for customer support updates.
Output
JSON
messageId- Unique identifier of the sent video messagestatus- Status of the message sending operation (e.g., sent, failed)timestamp- Timestamp when the message was sent
Dependencies
- Wavify API with required API key credentials
Troubleshooting
- Ensure the Wavify API credentials (API key, subscription, instance) are correctly configured to avoid authentication errors.
- Check the video file format and size comply with Wavify API requirements to prevent message sending failures.
- Verify network connectivity to the Wavify API endpoint to avoid request timeouts or connection errors.
Links
- Wavify API Documentation - Official documentation for Wavify API including messaging operations and video message sending.