Actions14
- Call Actions
- Dial Plan Actions
- Domain Actions
- Phone Number Actions
- Queue Actions
- User Actions
Overview
This node integrates with the Level365 API to retrieve information related to a client's Level365 account. Specifically, for the "Domain" resource with the "Get Domain Info + Usage Info" operation, it fetches detailed data about the specified domain, including usage statistics and configuration details.
Typical use cases include:
- Monitoring domain-level usage and settings within a Level365 account.
- Automating reporting or auditing of domain information.
- Integrating domain data into workflows that manage telephony or communication services provided by Level365.
For example, a user might configure this node to automatically pull daily usage reports for their domain to track call volumes or service consumption.
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 name associated with your Level365 account. You can enter your domain directly or use ~ as a placeholder that will be replaced with your actual domain name. |
Output
The node outputs JSON data containing detailed information about the specified domain. This includes domain configuration and usage statistics as returned by the Level365 API endpoint /domains/{domain}.
The output structure typically contains fields describing the domain's properties and its current usage metrics. No binary data output is indicated.
Dependencies
- Requires an active Level365 subscription.
- Requires an API authentication token configured in n8n credentials (an API key credential).
- Connects to the Level365 REST API at
https://api.365sip.com/ns-api/v2.
Troubleshooting
Common issues:
- Invalid or missing domain name: Ensure the domain property is correctly set; using
~will auto-replace with the user's domain. - Authentication errors: Verify that the API key credential is valid and has necessary permissions.
- Subscription inactive or expired: The node requires an active Level365 subscription; otherwise, API calls may fail.
- Invalid or missing domain name: Ensure the domain property is correctly set; using
Error messages:
- Unauthorized or 401 errors indicate invalid or missing API credentials.
- 404 errors may occur if the domain does not exist or is incorrectly specified.
- Network or timeout errors suggest connectivity issues with the Level365 API endpoint.
Resolving these usually involves checking credentials, domain input, and network connectivity.
Links and References
- Level365 Official Website
- Level365 API Documentation (not provided here but typically available from Level365 support or developer resources)