Actions116
- 💬 Chats Actions
- 👤 Contacts Actions
- 👥 Groups Actions
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Add Participants
- Remove Participants
- Promote To Admin
- Demote To Admin
- Create Group
- Get Groups
- Join Info Group
- Join Group
- Refresh Groups
- Get Group
- Delete Group
- Leave Group
- Get Chat Picture
- Set Picture
- Delete Picture
- Set Description
- Set Subject
- Set Info Admin Only
- 🖥️ Sessions Actions
- 🆔 Profile Actions
- 🖼️ Screenshot Actions
- 📤 Chatting Actions
- 📢 Channels Actions
- 🟢 Status Actions
- ✅ Presence Actions
- 🏷️ Labels Actions
- 🔍 Observability Actions
- 🔑 Auth Actions
Overview
This node is designed to retrieve information about a specific group in a messaging or social platform context. It is useful for scenarios where you need to fetch details about a group by its unique identifier, such as managing group memberships, monitoring group activity, or integrating group data into workflows. For example, it can be used to get the details of a WhatsApp group by providing the group ID and session name.
Use Case Examples
- Fetching group details by group ID to display group information in a dashboard.
- Using the group data to automate notifications or messages to group members.
Properties
| Name | Meaning |
|---|---|
| Session | The session name used to identify the active session for the request. |
| Id | The unique identifier of the group to retrieve information for. |
| Request Options | Additional options to customize the request behavior, such as batching, SSL certificate handling, proxy settings, and timeout duration. |
Output
JSON
groupid- The unique identifier of the retrieved group.name- The name of the group.description- Description or details about the group.members- List of members in the group.creationDate- The date when the group was created.
Dependencies
- Requires an API key or session authentication to access the group data from the messaging platform.
Troubleshooting
- Ensure the session name is valid and active; invalid sessions will cause authentication errors.
- Verify the group ID is correct and exists; incorrect IDs will result in not found errors.
- If using a proxy, ensure the proxy settings are correct and accessible.
- Timeout errors may occur if the server is slow or unresponsive; consider increasing the timeout value.