Actions64
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração Actions
- Instancia Actions
- Mensagem Actions
- Grupo Actions
Overview
The node "Evolution API" allows interaction with the Evolution API service. Specifically, for the resource Perfil and operation Atualizar Status, it updates the status of a profile instance by setting a new status message. This is useful in scenarios where you need to programmatically change or update the status text associated with a user profile or system profile within the Evolution platform.
Practical examples include:
- Automatically updating a user's profile status based on external triggers or events.
- Setting a custom status message during workflow execution to reflect current state or alerts.
- Managing profile statuses in bulk via automation.
Properties
| Name | Meaning |
|---|---|
| Nome Da Instância | The name of the profile instance to update. This identifies which profile's status to change. |
| Status | The new status message for the profile. Must be a string with a maximum length of 139 characters. |
Output
The node outputs a JSON array containing the result of the status update operation. Each item in the output corresponds to the response from the Evolution API after attempting to update the profile status. The exact structure depends on the API response but generally includes confirmation of the update or error details if the operation failed.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the Evolution API.
- The node expects the Evolution API endpoint to be accessible and properly configured.
- No additional environment variables are explicitly required beyond the API authentication.
Troubleshooting
- Operation not supported error: If the node throws an error stating the operation is not supported, verify that the resource is set to "Perfil" and the operation to "Atualizar Status". This error indicates a mismatch or unsupported combination.
- API authentication errors: Ensure the API key credential is valid and has sufficient permissions to update profile statuses.
- Status length exceeded: The status property must not exceed 139 characters; otherwise, the API may reject the request.
- Instance name missing or incorrect: Providing an invalid or empty instance name will cause the update to fail. Double-check the instance name input.
Links and References
- Evolution API official documentation (please refer to your internal or public API docs for detailed endpoints and payloads)
- n8n documentation on creating and using credentials and custom nodes