Uadezap icon

Uadezap

Consume Uadezap API

Overview

This node integrates with the Uadezap API to send various types of messages via WhatsApp or a similar messaging platform. Specifically, for the Message - Send Text operation, it allows users to send plain text messages to specified phone numbers.

Common scenarios where this node is beneficial include:

  • Automating customer notifications or alerts via text message.
  • Sending reminders or confirmations to clients.
  • Integrating chatbots or automated workflows that require sending textual information.

For example, a business could use this node to automatically send order status updates to customers by specifying their phone number and the message content.

Properties

Name Meaning
Number The recipient's phone number in international format (e.g., "5522999999999").
Message The text content of the message to be sent.

Output

The node outputs JSON data representing the response from the Uadezap API after attempting to send the text message. This typically includes confirmation details such as message ID, status, timestamps, or error information if the send failed.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the Uadezap API.
  • Needs an API authentication token or key configured in n8n credentials to authorize requests.
  • The base URL for the API must be set in the credential configuration.

Troubleshooting

  • Invalid Phone Number Format: Ensure the phone number is in the correct international format without spaces or special characters.
  • Authentication Errors: Verify that the API key or token is correctly configured and has not expired.
  • API Endpoint Issues: Confirm that the base URL and endpoint /send-text are reachable and correct.
  • Empty Message: The message property is required; sending an empty string will likely cause an error.
  • Rate Limits: If sending many messages rapidly, check if the API enforces rate limits and handle accordingly.

Error messages returned by the API should be inspected in the node’s output to diagnose issues. Common errors might include unauthorized access, invalid parameters, or service unavailability.

Links and References

Discussion