Evolution API icon

Evolution API

Interact with Evolution API

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

  1. Updating the name of a user profile in an application when the user changes their display name.
  2. 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

Discussion