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 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.