Zalo Group icon

Zalo Group

Quản lý nhóm Zalo

Overview

This node manages Zalo groups by interacting with the Zalo API. Specifically, for the 'Group' resource and 'Tạo Ghi Chú' (Create Note) operation, it is designed to create notes within a Zalo group. This operation allows users to add textual notes to a group, optionally pinning the note to the top of the group chat for visibility. It is useful for team collaboration, announcements, or reminders within a Zalo group.

Use Case Examples

  1. Creating a note with important meeting details in a project group chat.
  2. Pinning a note with event information to ensure all group members see it.

Properties

Name Meaning
ID Nhóm The unique identifier of the Zalo group where the note will be created.
Nội Dung Ghi Chú The content or text of the note to be created in the group.
Pin Ghi Chú A boolean flag indicating whether the note should be pinned to the top of the group chat.

Output

JSON

  • response - The API response after attempting to create the note, including success status and any relevant data returned by the Zalo API.

Dependencies

  • Requires Zalo API credentials including cookie, IMEI, and user agent for authentication.

Troubleshooting

  • If the API does not support the 'createNote' operation, the node throws an error indicating the operation is not supported. Verify that the Zalo API version and credentials support note creation.
  • Common errors may include authentication failures if the provided credentials (cookie, IMEI, user agent) are invalid or expired. Ensure credentials are up to date.
  • Network or API rate limiting issues may cause failures; check network connectivity and API usage limits.

Discussion