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 supporting the operation to send audio messages. It is useful for automating communication workflows where audio messages need to be sent via WhatsApp, such as customer support, marketing campaigns, or notifications.

Use Case Examples

  1. Sending an audio message to a customer to provide voice instructions or updates.
  2. Automating delivery of audio alerts or reminders through WhatsApp.

Output

JSON

  • messageId - Identifier of the sent audio message
  • status - Status of the message sending operation
  • timestamp - Time when the message was 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 to avoid authentication errors.
  • Check network connectivity to the Wavify API endpoint if messages fail to send.
  • Verify that the audio file format and size comply with Wavify API requirements to prevent message rejection.

Links

Discussion