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 profile instance by setting a new status message. This is useful in scenarios where you need to programmatically change or update the status information associated with a user profile or system profile within the Evolution API environment.
Practical examples include:
- Automatically updating a user's availability or activity status based on external triggers.
- Changing profile states as part of workflow automation, such as marking profiles as active, inactive, or flagged.
- Synchronizing status messages from other systems into the Evolution API profiles.
Properties
| Name | Meaning |
|---|---|
| Nome Da Instância | The name of the profile instance to update. This identifies which profile's status will be changed. |
| 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 response from 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 details about the updated profile status.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the Evolution API.
- The base URL for requests is
https://doc.evolution-api.com/api-reference. - Proper configuration of the API authentication credentials in n8n is necessary.
Troubleshooting
- Operation not supported error: If the node throws an error stating the operation is not supported, verify that the resource and operation names are correctly set to "Perfil" and "Atualizar Status" respectively.
- API authentication errors: Ensure the API key credential is valid and has the necessary 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 Documentation (base URL used by the node)
- Refer to your Evolution API provider’s official docs for detailed API usage and status update specifics.