Actions116
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ļø Sessions Actions
- š Profile Actions
- š¼ļø Screenshot Actions
- š¤ Chatting Actions
- š¢ Channels Actions
- š¢ Status Actions
- š„ Groups Actions
- Add Participants
- 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
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Remove Participants
- Promote To Admin
- ā 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.