Evolution API icon

Evolution API

Interact with Evolution API

Overview

This node interacts with the Evolution API to perform various operations related to groups. Specifically, the "Atualizar Imagem Do Grupo" (Update Group Picture) operation allows users to update the profile image of a specified group by providing the group ID and 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 examples:

  • Automatically updating a WhatsApp group picture when a marketing campaign starts.
  • Changing the group image based on seasonal themes or announcements.
  • Synchronizing group images across multiple platforms via automation.

Properties

Name Meaning
Nome Da Instância The name of the instance that will perform the image update operation.
ID Do Grupo The unique identifier of the group whose image will be updated.
URL Da Imagem The URL of the new image to set as the group's profile picture.

Output

The node outputs a JSON array containing the response from the Evolution API after attempting to update the group image. The exact structure depends on the API's response but typically includes confirmation of success or error details.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Evolution API.
  • The node expects the Evolution API base URL and headers to be configured internally.
  • Network access to the Evolution API endpoint is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing group ID can cause the update to fail.
    • Incorrect or inaccessible image URL may result in errors or no change.
    • Authentication failures if the API key is invalid or expired.
    • Network connectivity problems preventing API calls.
  • Error messages:

    • "Operação não suportada." indicates the requested operation is not implemented or recognized; ensure the correct resource and operation names are used.
    • API errors returned from the Evolution API should be checked for details like invalid parameters or permission issues.
  • Resolutions:

    • Verify all required properties are correctly filled.
    • Confirm the image URL is publicly accessible and points to a valid image file.
    • Check API credentials and renew if necessary.
    • Ensure the group ID corresponds to an existing group.

Links and References

Discussion