Actions18
- Administração Actions
- Instancia Actions
- Perfil Actions
- Webhooks e SSE Actions
- Enviar Mensagem Actions
Overview
This node integrates with the unofficial uazapiGO API to manage WhatsApp instances and send messages. Specifically, for the "Administração" resource with the "Criar Instancia" operation, it creates a new WhatsApp instance on the uazapiGO platform. This is useful for automating the provisioning of WhatsApp instances in workflows that require dynamic instance creation, such as onboarding new clients or scaling messaging services.
Practical example: Automatically create a new WhatsApp instance when a new user signs up in your system, assigning a custom name and optional system name metadata.
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 field 1 for metadata purposes. |
| Campo Administrador 2 | Custom administrative field 2 for metadata purposes. |
Output
The node outputs a JSON object representing the response from the uazapiGO API after creating the instance. This typically includes 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 an API key credential for admin access to the uazapiGO API.
- The node expects the admin API token to be configured in the credentials section.
- The base URL can be customized but defaults to
https://api.uazapigo.com.
Troubleshooting
- Missing Admin Credentials: If admin credentials are not found, the node throws an error indicating that admin credentials are required. Ensure you have configured the necessary API key credential.
- Invalid URL Format: The URL property should be a valid HTTP/HTTPS URL. The node normalizes the URL by removing any protocol prefix before appending it back with HTTPS.
- Empty Required Fields: The "Nome da Instância" is required for creating an instance. Leaving it empty may cause API errors.
- API Errors: Any errors returned by the uazapiGO API will be surfaced in the node's output. Check the API documentation or logs for more details.
Links and References
- uazapiGO Official API Documentation (assumed base URL)
- n8n HTTP Request Helper: https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httpRequest/