Overview
Pre-built tooling
✅ Authorization
✅ Authorization
✅ Read & write data
✅ Read & write data
Tools | Status |
---|---|
Pre-built integrations | ✅ |
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
Contacts
Contacts
Endpoint | Description | Readme |
---|---|---|
POST /contacts | Create a contact in the system | 🔗 |
Leads
Leads
Endpoint | Description | Readme |
---|---|---|
POST /leads | Create a lead with with information about the federal agency, the name, due date, posted date, solicitation number, naics category or categories, the city, state, country, and description. | 🔗 |
PUT /leads | Update a lead with any changed information about the federal agency, the name, due date, posted date, solicitation number, naics category or categories, the city, state, country, and description. | 🔗 |
GET /leads | Fetch all leads | 🔗 |
Others
Others
Endpoint | Description | Readme |
---|---|---|
GET /schema | Get the schema of any entity. Useful to know the properties of any object that exists in the system. | 🔗 |
GET /company | Retrieve information about a company | 🔗 |
POST /company | Create a company in the system | 🔗 |
POST /opportunity | Create an opportunity in the system. Requires a stage that exists in the system. Use the list-stages action to find the appropriate stage. | 🔗 |
GET /stages | List all the stages that exist in the system. Use this action to find the correct stage to be able to create an opportunity. | 🔗 |
Not seeing the integration you need? Build your own independently.
Access requirements
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ❓ | |
Paid test account | ❓ | |
Partnership | ❓ | |
App review | ❓ | |
Security audit | ❓ |
Setup guide
No setup guide yet.Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Useful links
Contribute useful links by editing this page
API gotchas
- Unanet uses
Basic
auth mode to access different endpoints. Provide yourusername
as the Username value andpassword
as the Password value. Additionally, Unanet requires an API key and a firm access code when creating a new connection which are provided upon signup.
Contribute API gotchas by editing this page
Connect to Unanet
Guide to connect to Unanet (by Cosential) using Nango Connect.