Actions11
Overview
This node manages Zalo groups, specifically allowing operations such as changing the group's avatar. It is useful for automating group management tasks on the Zalo platform, such as updating group profile pictures programmatically. For example, a user can update the avatar of a Zalo group by providing the group ID and the new image URL.
Use Case Examples
- Change the avatar of a Zalo group by specifying the group ID and the URL of the new avatar image.
- Automate updating group avatars for multiple groups in a workflow.
Properties
| Name | Meaning |
|---|---|
| ID Nhóm | The unique identifier of the Zalo group whose avatar is to be changed. |
| URL ẢNh | The URL of the new avatar image to set for the group. |
Output
JSON
status- Indicates the success status of the avatar change operation, typically 'Thành công' (Success).response- The detailed response object returned from the Zalo API after attempting to change the group avatar.
Dependencies
- Requires Zalo API credentials including cookie, IMEI, and user agent for authentication.
Troubleshooting
- Ensure valid Zalo API credentials are provided; otherwise, the node will throw an error indicating no API instance found.
- If the group ID or image URL is invalid or missing, the operation will fail.
- API errors from Zalo may be returned in the response; check the error message for details.
- If the node is set to continue on fail, errors will be returned in the output JSON under the 'error' key.