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 'Reply Message' operation under the 'Messaging' resource allows users to reply to incoming WhatsApp messages through the Wavify platform. It is useful for automating customer support, sending follow-up messages, or managing WhatsApp communications programmatically.

Use Case Examples

  1. Automatically reply to customer inquiries received on WhatsApp.
  2. Send follow-up messages to users who interacted with a previous message.
  3. Integrate WhatsApp messaging into a CRM or support system for seamless communication.

Output

JSON

  • messageId - The unique identifier of the sent reply message
  • status - The status of the message sending operation (e.g., sent, failed)
  • timestamp - The time when the reply message was sent
  • recipient - The recipient's WhatsApp number or identifier
  • content - The content of the reply message sent

Dependencies

  • Requires Wavify API credentials including base URL, subscription ID, and instance ID for authentication and API access.

Troubleshooting

  • Ensure that the Wavify API credentials (base URL, subscription, instance) are correctly configured; incorrect credentials will cause authentication failures.
  • Check that the WhatsApp recipient number is valid and formatted correctly to avoid message delivery errors.
  • Verify network connectivity to the Wavify API endpoint to prevent request timeouts or connection errors.
  • If the API returns an error, review the error message for details such as rate limits, invalid parameters, or service outages.

Links

  • Wavify API Documentation - Official documentation for the Wavify API including messaging operations and authentication.

Discussion