Wanesia WhatsApp

Interact with Wanesia WhatsApp API

Overview

This node integrates with the Wanesia WhatsApp API to send various types of WhatsApp messages, including images, text, audio, documents, videos, links, locations, reactions, and SMS. It supports scheduling messages for future delivery by specifying date and time. The node is useful for automating WhatsApp communications in workflows, such as sending promotional images, notifications, or multimedia messages to customers or contacts.

Use Case Examples

  1. Sending an image with a caption to a WhatsApp number immediately.
  2. Scheduling a WhatsApp image message to be sent at a specific date and time.
  3. Sending a text message or document alongside images in a multi-step workflow.

Properties

Name Meaning
Token Authentication token for the Wanesia device, required to authorize API requests.
Number Target WhatsApp number with country code to which the image will be sent.
File URL URL of the image file to be sent via WhatsApp.
Caption Optional caption text to accompany the image.
Date Optional scheduled date for sending the message in YYYY-MM-DD format; leave empty for immediate sending.
Time Optional scheduled time for sending the message in HH:MM:SS format; leave empty for immediate sending.

Output

JSON

  • token - The token used for authentication in the request.
  • number - The WhatsApp number to which the image was sent.
  • file - The URL of the image file sent.
  • caption - Caption text sent with the image, if any.
  • date - Scheduled date for sending the image, if specified.
  • time - Scheduled time for sending the image, if specified.

Dependencies

  • Wanesia WhatsApp API

Troubleshooting

  • Ensure the token is valid and has not expired; invalid tokens will cause authentication errors.
  • Verify the WhatsApp number format includes the country code without spaces or special characters.
  • Check that the file URL is accessible and points to a valid image file; inaccessible URLs will cause sending failures.
  • If scheduling messages, ensure the date and time are in the correct format and represent a valid future time.
  • Common error messages may include authentication failures, invalid number format, or file not found errors. Resolving these involves verifying credentials, input formats, and file accessibility.

Links

Discussion