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 stickers. It is useful for automating WhatsApp communications, such as sending branded or custom stickers to users as part of customer engagement or marketing campaigns.

Use Case Examples

  1. Sending a promotional sticker to a customer after a purchase.
  2. Automating the sending of a welcome sticker when a user subscribes to a service.

Output

JSON

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

Dependencies

  • Wavify API with API key credentials

Troubleshooting

  • Ensure the Wavify API credentials (API key, subscription, instance) are correctly configured to avoid authentication errors.
  • Check the sticker format and size comply with Wavify API requirements to prevent message sending failures.
  • Verify network connectivity to the Wavify API endpoint to avoid timeout or connection errors.

Links

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

Discussion