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 sending operation (e.g., sent, failed).
  • timestamp - The 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 are correctly configured and valid to avoid authentication errors.
  • Check the base URL, subscription, and instance parameters in the credentials to ensure they match your Wavify account details.
  • Verify that the image URL or data provided for sending is accessible and correctly formatted to prevent message sending failures.

Discussion