Wavify icon

Wavify

Integração com API Wavify para envio de mensagens WhatsApp

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

  1. Sending a location to a customer to indicate a store or pickup point.
  2. Sharing a location with a team member for coordination during an event.

Output

JSON

  • messageId - The unique identifier of the sent message
  • status - The status of the message sending operation
  • timestamp - The time when the message was sent
  • recipient - The recipient of the location message
  • location
    • latitude - Latitude coordinate of the sent location
    • longitude - Longitude coordinate of the sent location
    • name - 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.

Discussion