Skip to main content

🚀 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.
2

Authorize NetSapiens

Go to Connections -> Add Test Connection -> Authorize, then enter your NetSapiens server hostname, username, password, client ID, and client secret. Later, you’ll let your users do the same directly from your app.
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.
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. Official docs: NetSapiens API v2 reference

🧩 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.
Not seeing the integration you need? Build your own independently.

💡 API gotchas

  • The proxy base URL is https://<server>/ns-api. Include the API version in each endpoint path (for example /v2/version or /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.