ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node interacts with the ChatWoot API to retrieve a Single Sign-On (SSO) URL for a specific user. It is useful in scenarios where you want to programmatically generate an SSO link that allows a user to log into the ChatWoot platform without entering their credentials manually. For example, this can be used in customer support dashboards or internal tools to streamline user access.

Properties

Name Meaning
Id The numeric ID of the user on the ChatWoot platform for whom the SSO URL will be generated. This is a required field.

Output

The node outputs JSON data containing the SSO URL for the specified user. This URL can be used to authenticate the user directly into ChatWoot. The exact structure of the output JSON depends on the API response but typically includes at least a field with the SSO URL string.

No binary data output is involved.

Dependencies

  • Requires an API key credential for authenticating with the ChatWoot API.
  • The node expects the base URL of the ChatWoot instance to be configured in the credentials.
  • Network access to the ChatWoot API endpoint is necessary.

Troubleshooting

  • Invalid User ID: If the provided user ID does not exist, the API may return an error indicating the user was not found. Verify the user ID is correct.
  • Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key and base URL are correctly set in the node credentials.
  • Network Issues: Connectivity problems to the ChatWoot server will result in request timeouts or errors. Check network settings and server availability.
  • Permission Denied: The API key used must have sufficient permissions to generate SSO URLs for users.

Links and References

Discussion