WAHA

Connect with Whatsapp HTTP API

Actions116

Overview

This node is designed to retrieve the profile information of the authenticated user from a service. It is useful in scenarios where you need to access or display the current user's profile details, such as in user management systems, dashboards, or personalized applications.

Use Case Examples

  1. Fetching the current user's profile to display their name and email in a dashboard.
  2. Retrieving user profile data to customize application behavior based on user roles or preferences.

Properties

Name Meaning
Session The session name used to authenticate and identify the user session for which the profile is being retrieved.
Request Options Various optional settings to control the HTTP request behavior, including batching, SSL certificate validation, proxy settings, and request timeout.

Output

JSON

  • profile - The JSON object containing the user's profile information retrieved from the service.

Dependencies

  • Requires an authenticated session identified by the 'Session' property to access the user's profile data.

Troubleshooting

  • If the session name is incorrect or expired, the node will fail to retrieve the profile. Ensure the session is valid and active.
  • SSL certificate validation errors can occur if the server's SSL certificate is invalid or self-signed. Use the 'Ignore SSL Issues' option cautiously to bypass this.
  • Proxy configuration errors may prevent the request from reaching the server. Verify proxy settings if used.
  • Timeout errors may occur if the server is slow to respond. Adjust the 'Timeout' setting as needed.

Discussion