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 communication, such as sending branded or expressive stickers to customers or contacts as part of a messaging workflow.

Use Case Examples

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

Output

JSON

  • messageId - The unique identifier of the sent sticker message
  • status - The status of the message sending operation (e.g., sent, failed)
  • timestamp - The time when the sticker message was sent

Dependencies

  • Wavify API with required API key credentials

Troubleshooting

  • Ensure the Wavify API credentials (API key, subscription, instance) are correctly configured to avoid authentication errors.
  • Check the base URL and subscription/instance parameters in the credentials to ensure the API endpoint is reachable.
  • If the sticker fails to send, verify that the sticker ID or content is valid and supported by the Wavify API.

Links

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

Discussion