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 Text Message' operation under the 'Messaging' resource allows users to send text messages via WhatsApp through the Wavify platform. This is useful for automating communication, customer support, marketing campaigns, or notifications via WhatsApp.

Use Case Examples

  1. Sending a welcome message to new customers automatically.
  2. Notifying users about order status updates via WhatsApp.

Output

JSON

  • messageId - Unique identifier of the sent message
  • status - Status of the message delivery
  • timestamp - Time when the message was sent
  • recipient - Phone number or identifier of the message recipient
  • content - Text content of the sent message

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 are correctly configured and valid.
  • Check that the base URL, subscription, and instance parameters are correctly set in the credentials.
  • Common errors may include authentication failures, invalid phone numbers, or message content issues.
  • Verify network connectivity to the Wavify API endpoint.

Links

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

Discussion