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, such as sending a meeting point, delivery address, or event location.

Use Case Examples

  1. Sending a location to a customer for delivery tracking.
  2. Sharing a meeting point location with a team member via WhatsApp.

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's contact information
  • 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 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

Discussion