Actions64
- Instancia Actions
- Mensagem Actions
- Grupo Actions
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração 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 user profile instance by setting a new status message. This is useful in scenarios where you want to programmatically change or update the status text associated with a profile, such as reflecting availability, mood, or any custom status message.
Practical examples include:
- Automatically updating a user's profile status based on external triggers or events.
- Setting a status message that reflects current system or application state.
- Managing multiple profile statuses dynamically from workflows.
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. It 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 returned by the Evolution API after attempting to update the profile status. The exact structure depends on the API response but typically 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 occurs if an unsupported combination is selected.
- API authentication errors: Ensure the API key credential is correctly configured and has sufficient permissions to update profile statuses.
- Status length exceeded: The status property has a maximum length of 139 characters. Exceeding this limit may cause the API to reject the request.
- Instance name missing or incorrect: Providing an invalid or empty instance name will prevent the API from identifying which profile to update.
Links and References
- Evolution API official documentation (please refer to your internal or public API docs for detailed usage)
- n8n documentation on creating and using credentials and nodes: https://docs.n8n.io/