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. Specifically, for the 'Group' resource and 'Update Group Picture' operation, it updates the image of a specified group in an instance. This is useful for automating group management tasks such as changing group photos based on external triggers or workflows.
Use Case Examples
- Automatically update a group's picture when a new event banner is published.
- Change group images periodically for marketing or organizational purposes.
Properties
| Name | Meaning |
|---|---|
| Instance Name | The name of the instance that will update the image, identifying which Evolution API instance to use. |
| Group ID | The ID of the group whose image will be updated, specifying the target group for the picture update. |
| Image URL | The URL of the image to be set as the group photo, providing the new picture to be applied. |
Output
JSON
success- Indicates whether the group picture update was successful.message- Additional information or status message from the API after attempting to update the group picture.
Dependencies
- Requires an API key credential for the Evolution API to authenticate requests.
Troubleshooting
- Ensure the 'Instance Name' matches a configured Evolution API instance with valid credentials.
- Verify the 'Group ID' is correct and the group exists in the specified instance.
- Check that the 'Image URL' is accessible and points to a valid image file.
- Common error: 'Unsupported operation' indicates the operation or resource is not implemented or incorrectly specified.