Actions64
- Instance Actions
- Message Actions
- Group Actions
- Profile Actions
- Event Actions
- Integration Actions
- Chat Actions
Overview
This node interacts with the Evolution API to perform various operations related to the 'Profile' resource, specifically updating the profile name. It is useful for automating profile management tasks such as changing the name of a profile instance programmatically within workflows.
Use Case Examples
- Updating the name of a user profile in an application when the user changes their display name.
- Automating profile updates in bulk by integrating with other systems that manage user data.
Properties
| Name | Meaning |
|---|---|
| Instance Name | The name of the instance to identify which profile to update. This is a required string input. |
| Name | The new profile name to set for the specified instance. This is a required string input. |
Output
JSON
updatedProfile- The JSON object representing the updated profile after the name change.
Dependencies
- Requires an API key credential for the Evolution API to authenticate requests.
Troubleshooting
- If the node throws an 'Unsupported operation' error, it means the specified operation is not implemented for the selected resource. Verify the resource and operation names are correct.
- Ensure the API credentials are valid and have the necessary permissions to update profile information.
- Check that the 'Instance Name' and 'Name' inputs are provided and correctly formatted, as missing or invalid inputs will cause the operation to fail.
Links
- Evolution API Documentation - Official documentation for the Evolution API, providing details on available endpoints and operations.