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 about phone numbers associated with a client's account. Specifically, the "Get All Numbers" operation under the "Phone Number" resource fetches a list of all phone numbers available in the specified domain. This is useful for clients who want to manage or audit their phone number inventory, filter numbers by type (e.g., DID or Toll-Free), or obtain detailed information about each number.
Practical examples include:
- Retrieving all assigned phone numbers to display in a dashboard.
- Filtering to only toll-free numbers for marketing campaigns.
- Including detailed metadata about each number for reporting or configuration purposes.
Properties
| Name | Meaning |
|---|---|
| Domain | The domain of your Level365 account. A tilde (~) character will be replaced with your actual domain name. |
| Include Details | Boolean option to include additional details about each phone number. Defaults to false. |
| Type | Filter phone numbers by type. Options: All, DID, Toll-Free. Defaults to All. |
Note: There is also a notice property informing users that this node is for Level365 clients with an active subscription.
Output
The node outputs JSON data containing an array of phone numbers retrieved from the Level365 API. Each item in the output array represents a phone number object, which may include basic information such as the number itself and, if requested, additional details depending on the "Include Details" property.
No binary data output is indicated.
Dependencies
- Requires an active Level365 account with an active subscription.
- Requires an API key credential for authenticating requests to the Level365 API.
- The base URL for API requests is
https://api.365sip.com/ns-api/v2. - The node expects the user to provide the domain name associated with their Level365 account.
Troubleshooting
Common Issues:
- Invalid or missing domain name: Ensure the domain property is correctly set; the tilde (~) shortcut should resolve properly.
- Authentication errors: Verify that the API key credential is valid and has necessary permissions.
- Network or API downtime: Check connectivity and Level365 service status.
Error Messages:
- Unauthorized or 401 errors typically indicate invalid credentials.
- 404 errors may occur if the domain does not exist or is misspelled.
- Empty results might mean no phone numbers are assigned or filters exclude all numbers.
Resolving these usually involves verifying credentials, domain correctness, and subscription status.
Links and References
- Level365 Official Website
- Level365 API Documentation (not provided here but recommended to consult for advanced usage)