Level365 icon

Level365

Get data from Level365s API

Overview

The Level365 node allows users to interact with the Level365 API to retrieve and manage telephony-related data. Specifically, the "Get Dial Plan" operation under the "Dial Plan" resource fetches details of a specific dial plan by its ID within a given domain. This is useful for clients who want to programmatically access or audit their call routing configurations.

Common scenarios include:

  • Retrieving dial plan configurations to display or modify them in external systems.
  • Integrating dial plan data into custom dashboards or reporting tools.
  • Automating workflows that depend on dial plan information, such as provisioning or compliance checks.

Example: A user wants to fetch the dial plan with ID 12345 from their domain example.com to verify its settings before applying changes.

Properties

Name Meaning
Domain The domain of your Level365 account. You can enter your domain name directly or use ~ as a placeholder that will be replaced automatically.
Dial Plan ID The unique identifier of the dial plan you want to retrieve. Required for the "Get Dial Plan" operation.

Note: There is also a notice property informing that this node is for Level365 clients only and requires an active subscription.

Output

The node outputs JSON data representing the dial plan details retrieved from the Level365 API. The structure typically includes all relevant dial plan configuration fields as defined by Level365, such as rules, actions, and metadata.

If the node supports binary data output (not indicated here), it would represent any associated files or media related to the dial plan, but this is not applicable for this operation.

Dependencies

  • Requires an active Level365 subscription.
  • 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 dial plan ID must be provided.

Troubleshooting

  • Invalid Domain or Dial Plan ID: If the domain or dial plan ID is incorrect or does not exist, the API will return an error. Verify these values carefully.
  • Authentication Errors: Ensure the API key credential is valid and has sufficient permissions.
  • Subscription Issues: The node will not work without an active Level365 subscription.
  • Network Issues: Check connectivity to api.365sip.com.

Common error messages might include:

  • Unauthorized or 401 errors: Check API credentials.
  • Not Found or 404 errors: Confirm the domain and dial plan ID are correct.
  • Rate limiting or 429 errors: Reduce request frequency or check subscription limits.

Links and References

Discussion