Actions10
Overview
This node integrates with the Wavify API to send WhatsApp messages. Specifically, the 'Send Location' operation under the 'Messaging' resource allows users to send a location message via WhatsApp. This is useful for scenarios where you want to share a geographic location with a contact, such as sending a meeting point, delivery address, or event location.
Use Case Examples
- Sending a location to a customer for delivery tracking.
- Sharing a meeting point location with a team member via WhatsApp.
Output
JSON
messageId- The unique identifier of the sent messagestatus- The status of the message sending operationtimestamp- The time when the message was sentrecipient- The recipient's contact informationlocationlatitude- Latitude coordinate of the sent locationlongitude- Longitude coordinate of the sent locationname- Name or description of the location sent
Dependencies
- Wavify API key credential for authentication
Troubleshooting
- Ensure the Wavify API credentials (API key, subscription, instance) are correctly configured to avoid authentication errors.
- Verify that the location coordinates (latitude and longitude) are valid and properly formatted to prevent message sending failures.
- Check network connectivity and API endpoint availability if messages fail to send.
Links
- Wavify API Documentation - Official documentation for the Wavify API including messaging operations.