WAHA

Connect with Whatsapp HTTP API

Actions116

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

  1. Fetch current session details to display user information in a dashboard.
  2. 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

Discussion