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, it supports sending text messages through the Wavify WhatsApp API, making it useful for automating communication workflows such as customer notifications, alerts, or marketing messages via WhatsApp.

Use Case Examples

  1. Sending a text message to a customer to confirm an appointment.
  2. Automating delivery of promotional messages to a WhatsApp contact list.

Output

JSON

  • messageId - The unique identifier of the sent message
  • status - The status of the message sending operation
  • recipient - The recipient phone number or identifier
  • timestamp - The time when the message was sent

Dependencies

  • Wavify API key credential for authentication

Troubleshooting

  • Ensure the Wavify API credentials (base URL, subscription, instance, and API key) are correctly configured to avoid authentication errors.
  • Check that the recipient phone number is in the correct format required by the Wavify API 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 the Wavify API including messaging operations and authentication details.

Discussion