Actions64
- Instance Actions
- Message Actions
- Group Actions
- Profile Actions
- Event Actions
- Integration Actions
- Chat Actions
Overview
This node interacts with the Evolution API to update the status of a user profile. It is useful in scenarios where you need to programmatically change the profile status on the Evolution platform, such as updating user availability or status messages in an automated workflow.
Use Case Examples
- Updating a user's profile status to 'Available' when they log into a system.
- Setting a custom status message for a user profile based on certain triggers or events in an automation.
Properties
| Name | Meaning |
|---|---|
| Instance Name | The name of the instance where the profile status will be updated. |
| Status | The new profile status message to set, limited to 139 characters. |
Output
JSON
status- The updated profile status message returned from the API.instanceName- The instance name where the profile status was updated.
Dependencies
- Requires an API key credential for the Evolution API to authenticate requests.
Troubleshooting
- If the node throws an 'Unsupported operation' error, verify that the resource is set to 'Profile' and the operation to 'Update Profile Status'.
- Ensure the 'Instance Name' and 'Status' fields are correctly filled and meet the API requirements (e.g., status length not exceeding 139 characters).
- Check that the API credentials are valid and have the necessary permissions to update profile statuses.