Namely
Overview
Pre-built tooling
✅ Authorization
✅ Authorization
✅ Read & write data
✅ Read & write data
Tools | Status |
---|---|
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 | ✅ |
✅ Observability & data quality
✅ Observability & data quality
Tools | Status |
---|---|
HTTP request logging | ✅ |
End-to-type type safety | ✅ |
Data runtime validation | ✅ |
OpenTelemetry export | ✅ |
Slack alerts on errors | ✅ |
Integration status API | ✅ |
✅ Customization
✅ Customization
Tools | Status |
---|---|
Create or customize use-cases | ✅ |
Pre-configured pagination | 🚫 (time to contribute: <48h) |
Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
Per-customer configurations | ✅ |
Pre-built integrations
No pre-built integration yet (time to contribute: <48h)
Access requirements
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ✅ Required | You must have an active Namely account with API access. Self-service signup is not available. Contact Namely if you need access. |
Paid test account | ✅ Required | You 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
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.
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.
Next
Follow the Quickstart to set up your Namely integration in Nango.
Useful links
Topic | Links |
---|---|
General | Website |
Developer | API documentation |
Authorization documentation | |
How to register an OAuth app | |
Details on rate limits |
API gotchas
- Namely’s API limits GET
/profiles
to 100 requests per minute, returning HTTP 406 if exceeded.
Going further
Connect to Namely
Guide to connect to Namely using Connect UI