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 operation refreshes group data within a specified session. It is useful for scenarios where up-to-date group information is needed, such as syncing group memberships or updating group-related workflows. For example, it can be used to refresh user groups in a communication platform or CRM system to ensure the latest group configurations are applied.
Use Case Examples
- Refreshing user groups in a messaging app to reflect recent changes.
- Updating group memberships in a CRM before sending targeted campaigns.
Properties
| Name | Meaning |
|---|---|
| Session | The name of the session to use for refreshing groups. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
groups- Refreshed group data returned from the operation.
Dependencies
- Requires an active session identified by the 'Session' property to connect to the service managing groups.
Troubleshooting
- Ensure the session name provided is valid and active; invalid sessions will cause failures.
- If SSL certificate validation fails and 'Ignore SSL Issues' is not enabled, requests may be blocked.
- Proxy settings must be correctly configured if used; incorrect proxy details can cause connection errors.
- Timeouts may occur if the server is slow to respond; adjust the 'Timeout' setting accordingly.