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 interacts with a session-based service to retrieve information about the current session ('Get Me' operation). It is useful for scenarios where you need to fetch details about the authenticated session or user context within a session management system. For example, it can be used to verify session status, retrieve user profile data tied to the session, or audit session activity.
Use Case Examples
- Fetch current session details to display user information in a dashboard.
- Verify session validity before performing further actions in a workflow.
Properties
| Name | Meaning |
|---|---|
| Session | The name of the session to retrieve information from. This is a required string input that identifies the session context for the operation. |
| Request Options | Optional settings to customize the HTTP request behavior, including batching, SSL certificate validation, proxy configuration, and request timeout. |
Output
JSON
sessionDetails- The JSON object containing details about the current session retrieved by the node.
Dependencies
- Requires an API key or authentication token to access the session service.
Troubleshooting
- Common issues include invalid session names causing errors or empty responses. Verify the session name input is correct and the session exists.
- SSL certificate errors may occur if the server uses self-signed certificates; enabling 'Ignore SSL Issues' can bypass this but reduces security.
- Timeout errors can happen if the server is slow or unresponsive; increasing the timeout setting may help.
Links
- Session API - Get Me Endpoint - Official API documentation for retrieving current session details.