Level365 icon

Level365

Get data from Level365s API

Overview

This node integrates with the Level365 API to retrieve information related to various resources such as calls, dial plans, domains, phone numbers, queues, and users. Specifically, for the "Domain" resource with the "Check if Domain Exists" operation, it allows users to verify whether a particular domain exists within their Level365 account.

Typical use cases include:

  • Validating domain names before performing further operations.
  • Automating workflows that depend on the existence of specific domains in Level365.
  • Integrating domain verification into larger telephony or communication automation processes.

For example, a user might input a domain name to confirm its presence in their Level365 environment before provisioning services or managing configurations tied to that domain.

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. Provides a link for more details.
Domain The domain of your account on Level365. You can enter the domain directly or use a ~ character which will be replaced with your default domain name in most cases. This property is required.

Output

The node outputs JSON data representing the domain information retrieved from the Level365 API endpoint /domains/{domain} where {domain} is the value provided in the Domain property.

The output JSON structure typically includes details about the domain's existence and associated metadata as returned by the Level365 API. The exact fields depend on the API response but generally confirm whether the domain exists and provide relevant domain attributes.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active Level365 subscription.
  • Needs an API authentication credential configured in n8n to access the Level365 API.
  • The base URL for API requests is https://api.365sip.com/ns-api/v2.
  • Proper network connectivity to reach the Level365 API endpoints.

Troubleshooting

  • Common Issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Providing an incorrect domain format may result in errors or empty responses.
    • Network issues or API downtime can prevent successful requests.
  • Error Messages:

    • Authentication errors typically indicate invalid or expired API keys; reconfigure credentials accordingly.
    • 404 Not Found errors suggest the domain does not exist or was mistyped.
    • 400 Bad Request errors may occur if the domain parameter is malformed.
  • Resolutions:

    • Verify and update API credentials in n8n.
    • Double-check the domain input for correctness.
    • Ensure internet connectivity and that the Level365 service is operational.

Links and References

  • Level365 Official Website
  • Level365 API Documentation (not included in source, consult Level365 support or developer portal)

Discussion