Uadezap icon

Uadezap

Consume Uadezap API

Overview

This node integrates with the Uadezap API to send various types of messages via WhatsApp. Specifically, for the Message - Send Video operation, it allows sending a video message to a specified phone number. This is useful in scenarios where you want to automate sending multimedia content such as promotional videos, tutorials, or personal video messages directly through WhatsApp.

Practical examples include:

  • Sending a product demo video to customers.
  • Sharing event highlights or invitations.
  • Delivering personalized video greetings or announcements.

Properties

Name Meaning
Number The recipient's phone number in international format (e.g., 5522999999999).
Video The video content to send, provided either as a URL or a Base64-encoded string.
Caption Optional text caption to accompany the video message.

Output

The node outputs JSON data representing the response from the Uadezap API after attempting to send the video message. This typically includes status information about the message delivery, such as success confirmation or error details.

If the node supports binary data output (not explicitly shown here), it would relate to media content handling, but for this operation, the focus is on sending video and receiving JSON responses.

Dependencies

  • Requires an active connection to the Uadezap API.
  • Needs an API authentication token configured in n8n credentials (referred generically as "an API key credential").
  • The base URL for the API must be set in the credentials configuration.

Troubleshooting

  • Invalid Phone Number Format: Ensure the phone number is in the correct international format without spaces or special characters.
  • Video URL or Base64 Issues: Verify that the video URL is accessible or the Base64 string is correctly encoded.
  • API Authentication Errors: Confirm that the API key credential is valid and has necessary permissions.
  • Network or Connectivity Problems: Check internet connectivity and API endpoint availability.
  • Error Messages from API: The node will relay errors returned by the Uadezap API; review these messages for specific issues like quota limits or unsupported media formats.

Links and References

Discussion