Level365 icon

Level365

Get data from Level365s API

Overview

This node integrates with the Level365 API to retrieve information related to various resources within a Level365 account. Specifically, for the "User" resource and the "Get User Info" operation, it fetches detailed information about a user identified by their extension number within a specified domain.

Typical use cases include:

  • Retrieving user details such as configuration or status in a telephony system.
  • Automating user data synchronization between Level365 and other systems.
  • Building dashboards or reports that require up-to-date user information from Level365.

For example, a company using Level365 for its telephony services can use this node to programmatically get details about a particular user's extension to verify settings or monitor usage.

Properties

Name Meaning
This node is for Level365 clients only. This node requires an active subscription to use.
Visit this page for more information.
Informational notice indicating that the node is exclusive to Level365 clients with an active subscription.
Domain The domain of your Level365 account. You can enter your domain name here. A tilde (~) character will be replaced with your actual domain name automatically.
User Extension The extension number of the user whose information you want to retrieve. This is a required field for the "Get User Info" operation.

Output

The node outputs JSON data containing the user information retrieved from the Level365 API. The structure typically includes fields describing the user's profile, settings, and possibly status or other metadata associated with the extension number provided.

If the node supports binary data output (not indicated explicitly here), it would represent any files or media related to the user, but based on the provided code and properties, the output is primarily JSON-formatted user data.

Dependencies

  • Requires an active subscription to Level365 services.
  • Needs an API authentication token configured in n8n credentials to access the Level365 API.
  • The base URL for API requests is https://api.365sip.com/ns-api/v2.
  • Proper domain and user extension inputs are necessary to form valid API requests.

Troubleshooting

  • Common Issues:

    • Invalid or missing domain: Ensure the domain is correctly entered; the tilde (~) shortcut should resolve properly.
    • Incorrect or missing user extension: The extension must be provided and valid within the specified domain.
    • Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
    • Subscription issues: The node requires an active Level365 subscription; otherwise, API calls may fail.
  • Error Messages:

    • Unauthorized or 401 errors usually indicate invalid or missing API credentials.
    • 404 errors may mean the user extension does not exist in the given domain.
    • Network or timeout errors suggest connectivity problems or API service downtime.

Resolving these generally involves verifying input parameters, checking API credentials, and ensuring the Level365 service is operational.

Links and References

Discussion