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 session by its name. It is useful in scenarios where you need to fetch session details from a system or service that manages sessions, such as user sessions, application sessions, or communication sessions. For example, it can be used to monitor active sessions, audit session activity, or integrate session data into workflows.
Use Case Examples
- Fetching details of a user session by providing the session name.
- Retrieving session metadata for auditing purposes.
Properties
| Name | Meaning |
|---|---|
| Session | The name of the session to retrieve information for. |
| Request Options | Additional options to customize the request behavior, such as batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
session- Details of the retrieved session.
Dependencies
- Requires an API key credential or similar authentication to access the session data from the external service managing sessions.
Troubleshooting
- If the session name is incorrect or does not exist, the node may return an error or empty result. Verify the session name before running the node.
- 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 should be used with caution due to security risks.
- Proxy configuration errors can prevent the node from connecting; ensure proxy settings are correct if used.