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 "Domain" resource and the "Get Domain Info" operation, it fetches detailed data about a specified domain associated with the user's Level365 account.

Typical use cases include:

  • Retrieving configuration or status details of a domain managed in Level365.
  • Automating monitoring or reporting workflows that require domain-specific information.
  • Integrating domain data into broader communication or telephony automation processes.

For example, a user might input their domain name to get current settings or metadata about that domain, which can then be used to adjust routing rules or verify domain status programmatically.

Properties

Name Meaning
Notice Informational message indicating this node is for Level365 clients only and requires an active subscription. Includes a link to Level365's website for more information.
Domain The domain name of the Level365 account to query. A tilde character (~) can be used as a placeholder that will be replaced with the user's actual domain name in most cases. This property is required.

Output

The node outputs JSON data representing the domain information retrieved from the Level365 API. The structure corresponds to the domain resource details as provided by the API endpoint /domains/{domain}.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active Level365 subscription and valid API credentials (an API key or token) configured in n8n.
  • The node makes HTTP requests to the Level365 API base URL: https://api.365sip.com/ns-api/v2.
  • Proper network access to the Level365 API endpoints is necessary.

Troubleshooting

  • Common Issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Using an incorrect domain name or one not associated with the authenticated account may result in "not found" errors.
    • Network connectivity issues can prevent successful API calls.
  • Error Messages:

    • Authentication errors typically indicate invalid or expired API keys; ensure credentials are correctly set up.
    • 404 errors suggest the domain does not exist or is inaccessible with the current credentials.
    • Timeout or connection errors imply network problems; verify internet access and firewall settings.

Links and References

Discussion