UazapiGo Unofficial icon

UazapiGo Unofficial

Interage com a API uazapiGO para gerenciar instâncias e enviar mensagens

Overview

This node integrates with the unofficial uazapiGO API to manage WhatsApp instances and send messages. It supports administrative tasks such as creating new WhatsApp instances, updating metadata fields, configuring webhooks, and managing instance privacy settings. Additionally, it can connect or disconnect instances, update profile information, and send text or media messages.

A common use case is automating WhatsApp instance management within a workflow, for example:

  • Automatically creating a new WhatsApp instance when onboarding a client.
  • Updating administrative metadata fields for tracking purposes.
  • Sending customized text or media messages to contacts or groups.
  • Configuring webhooks to receive real-time event notifications from WhatsApp instances.

Properties

Name Meaning
Url Base URL of the uazapiGO API (default: https://api.uazapigo.com).
Nome da Instância Name for the new WhatsApp instance to be created.
Nome do Sistema Optional system name associated with the instance.
Campo Administrador 1 Custom administrative metadata field 1 for the instance.
Campo Administrador 2 Custom administrative metadata field 2 for the instance.

These properties are specific to the Administração > Criar Instancia operation.

Output

The node outputs an array of JSON objects representing the API response for each input item processed. For the "Criar Instancia" operation, the output JSON typically contains details about the newly created WhatsApp instance, such as its ID, status, and any metadata returned by the API.

No binary data output is produced by this operation.

Dependencies

  • Requires access to the uazapiGO API endpoint specified by the "Url" property.
  • Requires an admin API token credential to authenticate administrative operations.
  • The node expects the admin token to be configured in n8n credentials (referred generically as "an API key credential").
  • Proper network connectivity to the uazapiGO service.

Troubleshooting

  • Missing Admin Credentials Error: If the node throws an error indicating that admin credentials are not found, ensure that the required API authentication token is properly set up in n8n credentials.
  • Invalid URL or Network Issues: Verify that the "Url" property is correctly set and accessible from the n8n environment.
  • Empty Required Fields: Ensure mandatory fields like "Nome da Instância" are provided; otherwise, the API may reject the request.
  • API Response Errors: Check the API response message in the output JSON for details on failures such as duplicate instance names or invalid parameters.

Links and References

Discussion