Actions116
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ļø Sessions Actions
- š Profile Actions
- š¼ļø Screenshot Actions
- š¤ Chatting Actions
- š¢ Channels Actions
- š¢ Status Actions
- š„ Groups Actions
- Add Participants
- Demote To Admin
- Join Group
- Create Group
- Get Groups
- Join Info 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 retrieves presence information for all users in a specified session. It is useful for monitoring user availability or status in real-time communication or collaboration platforms. For example, it can be used to get the online/offline status of all participants in a chat session or workspace.
Use Case Examples
- Get presence status of all users in a customer support session to route incoming requests.
- Monitor presence of team members in a project collaboration tool to update availability dashboards.
Properties
| Name | Meaning |
|---|---|
| Session | The name of the session for which presence information is requested. |
| Request Options | Additional options to customize the request such as batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
presenceData- The presence information for all users in the specified session, including their availability status and related details.
Dependencies
- Requires an API key or authentication token to access the presence service.
Troubleshooting
- If the session name is incorrect or does not exist, the node may return an error or empty presence data. Verify the session name is correct.
- Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.
- SSL certificate validation errors can be bypassed by enabling the 'Ignore SSL Issues' option, but this reduces security.
- Proxy settings must be correctly configured if a proxy is required to access the service.