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 images via WhatsApp messaging. It is useful for automating image-based communication through WhatsApp, such as sending promotional images, product photos, or informational graphics to customers or contacts.

Use Case Examples

  1. Sending a product image to a customer via WhatsApp.
  2. Automating the delivery of event flyers or invitations as images.
  3. Sharing instructional images or diagrams through WhatsApp messaging.

Output

JSON

  • messageId - The unique identifier of the sent message
  • status - The status of the message delivery
  • timestamp - The time when the message was sent

Dependencies

  • Wavify API with API key credentials

Troubleshooting

  • Ensure the API credentials (base URL, subscription, instance, and API key) are correctly configured to avoid authentication errors.
  • Check the image URL or data format to ensure it is supported 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 image sending guidelines.

Discussion