🚀 Quickstart
Connect to NetSapiens with Nango and see data flow in 2 minutes.NetSapiens is a multi-tenant UCaaS platform. Each service provider runs its own core, so every connection specifies the hostname of the core to call, plus the OAuth client and API user credentials issued by that provider.
1
Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> NetSapiens.
3
Call the NetSapiens API
Let’s make your first request to the NetSapiens API to read the API version of the core. Replace the placeholders below with your Environment API key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
4
Implement Nango in your app
Follow our quickstart to integrate Nango in your app.
📚 NetSapiens integration guides
Nango maintained guides for common use cases.- How do I link my account?
Locate your NetSapiens server hostname and API credentials, then connect with the Connect UI
🧩 Pre-built syncs & actions for NetSapiens
Enable them in your dashboard. Extend and customize to fit your needs. No pre-built syncs or actions available yet.💡 API gotchas
- The proxy base URL is
https://<server>/ns-api. Include the API version in each endpoint path (for example/v2/versionor/v2/domains). - The API user’s scope (Super User, Reseller, Office Manager, …) determines which domains and resources the connection can read.
- The client ID and client secret are issued per platform by the service provider that operates the NetSapiens core; they cannot be self-registered.