Skip to main content

Overview

Pre-built tooling

Pre-built integrations

Access requirements

Setup guide

Useful links

API gotchas

Pre-built tooling

ToolsStatus
Pre-built authorization (OAuth)βœ…
Credentials auto-refreshβœ…
Auth parameters validationβœ…
Pre-built authorization UIβœ…
Custom authorization UIβœ…
End-user authorization guideβœ…
Expired credentials detectionβœ…
ToolsStatus
Pre-built integrations🚫 (time to contribute: <48h)
API unificationβœ…
2-way syncβœ…
Webhooks from Nango on data modificationsβœ…
Real-time webhooks from 3rd-party API🚫 (time to contribute: <48h)
Proxy requestsβœ…
ToolsStatus
HTTP request loggingβœ…
End-to-end type safetyβœ…
Data runtime validationβœ…
OpenTelemetry exportβœ…
Slack alerts on errorsβœ…
Integration status APIβœ…
ToolsStatus
Create or customize use-casesβœ…
Pre-configured pagination🚫 (time to contribute: <48h)
Pre-configured rate-limit handling🚫 (time to contribute: <48h)
Per-customer configurationsβœ…
No pre-built syncs or actions available yet.
Not seeing the integration you need? Build your own independently.

Access requirements

Pre-RequisitesStatusComment
Paid dev accountβœ… RequiredYou must have an active Namely account with API access. Self-service signup is not available. Contact Namely if you need access.
Paid test accountβœ… RequiredYou must use a real Namely account for testing. There is no free test account option.
Partnershipβœ… Not required
App reviewβœ… Not required
Security auditβœ… Not required

Setup guide

1

Access the Namely API section

Log in to your Namely site.
Click the Admin dropdown and select API. If you don’t see the API menu, contact your Namely administrator or client success manager to obtain the necessary permissions.
2

Create an OAuth application

In the API section, navigate to the OAuth Applications tab.
Click to create a new OAuth application and fill out the following fields:
  • Name: Enter a human-readable name for your OAuth app (e.g. Nango Integration).
  • Website: Enter your company’s website (e.g. https://example.com).
  • Redirect URI(s): Specify one or more redirect URIs. Use a comma-separated list if you have multiple.
For Nango, configure the following Redirect URL: https://api.nango.dev/oauth/callback.After creating the app, copy/paste the Client ID and Client Secret; you will need them when configuring Nango.
3

Next

Follow the Quickstart to set up your Namely integration in Nango.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Contribute useful links by editing this page

API gotchas

  • Namely’s API limits GET /profiles to 100 requests per minute, returning HTTP 406 if exceeded.
Contribute API gotchas by editing this page

Going further

Connect to Namely

Guide to connect to Namely using Connect UI