Evolution API icon

Evolution API

Interact with Evolution API

Overview

This node interacts with the Evolution API to update the description of a specified group. It is useful in scenarios where you need to programmatically change the description of a group within an instance, such as updating group information in a messaging or collaboration platform.

Use Case Examples

  1. Updating the description of a project team group to reflect new project details.
  2. Changing the description of a social group to announce upcoming events.

Properties

Name Meaning
Instance Name The name of the instance that will perform the update on the group description.
Group ID The unique identifier of the group whose description is to be updated.
New Description The new description text to set for the group.

Output

JSON

  • description - The updated description of the group after the operation.
  • groupJid - The ID of the group whose description was updated.
  • instanceName - The name of the instance that performed the update.

Dependencies

  • Requires an API key credential for the Evolution API to authenticate requests.

Troubleshooting

  • Ensure the provided Group ID is correct and exists in the specified instance.
  • Verify that the API key credential is valid and has permissions to update group descriptions.
  • Check that the instance name matches an existing instance configured in the Evolution API environment.
  • Common error: "Unsupported operation." indicates the operation or resource is not implemented or incorrectly specified.

Discussion