Actions101
- š¤ Chatting Actions
- š„ļø Sessions Actions
- š Auth Actions
- š¼ļø Screenshot Actions
- š¢ Channels Actions
- š¢ Status Actions
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ Groups Actions
- ā Presence Actions
- š·ļø Labels Actions
- š Observability Actions
Overview
This node handles session management for a service, specifically providing the ability to log out from a session. It is useful in scenarios where you need to programmatically terminate a session, such as ending a user session after completing a workflow or ensuring security by logging out inactive sessions. For example, after processing data in a session, you can use this node to log out and free up resources or prevent unauthorized access.
Use Case Examples
- Logging out a user session after data processing is complete.
- Terminating sessions to enforce security policies in automated workflows.
Properties
| Name | Meaning |
|---|---|
| Session | The name of the session to log out from. This is a required string input that identifies which session to terminate. |
| Request Options | Additional options to customize the HTTP request for logging out, including batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
success- Indicates whether the logout operation was successful.message- Provides additional information or status message about the logout operation.
Dependencies
- Requires an API key or authentication token to manage sessions securely.
Troubleshooting
- Common issues include invalid session names causing logout failures, network timeouts due to server unresponsiveness, and SSL certificate errors if the server's certificate is not trusted. To resolve these, verify the session name, adjust timeout settings, and enable 'Ignore SSL Issues' if appropriate for your environment.