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 or group, such as sending a meeting point, delivery location, or event venue.
Use Case Examples
- Sending a location to a customer to indicate a store or pickup point.
- Sharing a location with a team member for coordination during an event.
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 of the location messagelocationlatitude- Latitude coordinate of the sent locationlongitude- Longitude coordinate of the sent locationname- Name or description of the location sent
Dependencies
- Wavify API with API key credentials
Troubleshooting
- Ensure the API credentials (base URL, subscription, instance, and API key) are correctly configured to avoid authentication errors.
- Verify that the location data (latitude, longitude) is correctly formatted and valid 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 and authentication.