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 detailed information about phone numbers associated with a Level365 account. Specifically, the "Get Number Info" operation fetches metadata and status details for a given phone number within the user's domain.
Typical use cases include:
- Validating phone numbers before processing calls or messages.
- Retrieving configuration or routing information tied to a specific phone number.
- Monitoring or auditing phone number usage within an organization.
For example, a user might input a phone number to check its current status or assigned features in their Level365 account, enabling informed decision-making in call handling workflows.
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 with your domain. This identifies the account context for the request. |
| Phone Number | The phone number you want to retrieve information about. Must be provided in a valid format. |
Note: There is also a notice property informing users that this node is exclusively for Level365 clients with an active subscription.
Output
The node outputs JSON data containing detailed information about the specified phone number. This typically includes attributes such as the number's status, configuration settings, associated services, and possibly usage statistics depending on the Level365 API response.
No binary data output is indicated for this operation.
Dependencies
- Requires an active Level365 account with an active subscription.
- Needs an API authentication token (API key credential) configured in n8n to access the Level365 API.
- The node makes HTTP requests to the Level365 API endpoint at
https://api.365sip.com/ns-api/v2.
Troubleshooting
- Invalid Domain or Phone Number: Ensure the domain is correctly specified and the phone number is valid and exists in your Level365 account.
- 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.
- Network or API Downtime: Check connectivity and Level365 service status if requests time out or return errors.
Common error messages might include unauthorized access, resource not found, or invalid parameters. Resolving these usually involves checking credentials, input values, and subscription status.
Links and References
- Level365 Official Website
- Level365 API Documentation (accessible via your Level365 account or support)