Actions18
- Administração Actions
- Instancia Actions
- Perfil Actions
- Webhooks e SSE Actions
- Enviar Mensagem Actions
Overview
This node integrates with the uazapiGO API to manage WhatsApp profiles, instances, messages, and webhooks. Specifically, for the Perfil (Profile) resource with the operation Altera o nome do perfil do WhatsApp (setName), it allows you to change the display name of a WhatsApp profile associated with an instance.
Typical use cases include:
- Updating the WhatsApp profile name dynamically based on user input or external data.
- Automating profile management in bulk workflows where multiple WhatsApp profiles need renaming.
- Synchronizing profile names with other systems or CRM platforms.
Example: You want to update the WhatsApp profile name to "Customer Support Team" whenever a new support campaign starts.
Properties
| Name | Meaning |
|---|---|
| Url | Base URL of the uazapiGO API. Default is https://api.uazapigo.com. |
| Token da Instância | Authentication token for the specific WhatsApp instance. Required for authorization. |
| Nome do Perfil | The new display name to set for the WhatsApp profile. |
Output
The node outputs a JSON object representing the response from the uazapiGO API after attempting to change the profile name. This typically includes confirmation of the update or error details if the operation failed.
No binary data output is produced by this operation.
Dependencies
- Requires access to the uazapiGO API endpoint.
- Needs a valid authentication token for the WhatsApp instance (
Token da Instância). - No special n8n credentials are mandatory but can be optionally configured.
- Network connectivity to the specified API URL.
Troubleshooting
- Missing or invalid token: If the token parameter is empty or incorrect, the API will reject the request. Ensure the token is valid and corresponds to the target WhatsApp instance.
- Incorrect URL format: The base URL must be a valid HTTP(S) URL. The node sanitizes the URL by removing any protocol prefix before appending
https://. - API errors: The API may return errors if the profile name is invalid or if the instance is not found. Check the API response message for details.
- Empty profile name: Sending an empty string as the new profile name will cause the property to be omitted, likely resulting in no change or an error. Always provide a non-empty name.
Links and References
- uazapiGO Official API Documentation (for detailed API endpoints and parameters)
- WhatsApp Business API Profile Management (general reference on profile naming)
If you need further details on other operations or resources, feel free to ask!