WAHA icon

WAHA

Connect with Whatsapp HTTP API

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

  1. Logging out a user session after data processing is complete.
  2. 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.

Discussion