Actions64
- Instance Actions
- Message Actions
- Group Actions
- Chat Actions
- Profile Actions
- Event Actions
- Integration Actions
Overview
The node "Evolution API" allows interaction with the Evolution API service. Specifically, for the Resource "Group" and Operation "Update Group Picture," it updates the profile picture of a specified group by setting a new image URL. This is useful in scenarios where group images need to be refreshed or changed dynamically, such as updating branding, event-specific images, or correcting outdated pictures.
Practical example: Automatically update a WhatsApp group picture when a marketing campaign starts by providing a new image URL.
Properties
Name | Meaning |
---|---|
Name Da Instância | The name of the instance where the group picture will be updated. |
Group ID | The unique identifier of the group whose picture will be updated. |
URL Da Imagem | The URL of the image that will be set as the group's new photo. |
Output
The node outputs a JSON array containing the response from the Evolution API after attempting to update the group picture. The exact structure depends on the API's response but typically includes confirmation of success or error details.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the Evolution API.
- The base URL for requests is
https://doc.evolution-api.com/api-reference
. - Proper configuration of the API credential within n8n is necessary.
Troubleshooting
Common issues:
- Invalid or missing API credentials can cause authentication failures.
- Incorrect Group ID or Instance Name may result in errors or no changes.
- Providing an invalid or inaccessible image URL will prevent the picture from updating.
Error messages:
"Operação não suportada."
indicates the operation is not supported for the selected resource; ensure you have chosen the correct Resource and Operation.- API errors returned from the Evolution API will be passed through; check the message for details like invalid parameters or permission issues.
Resolutions:
- Verify API credentials are correctly set up.
- Double-check the Group ID and Instance Name values.
- Ensure the image URL is publicly accessible and points to a valid image file.
Links and References
- Evolution API Documentation (base URL used in the node)