✅ Authorization
✅ 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
Tools | Status |
---|---|
HTTP request logging | ✅ |
End-to-type type safety | ✅ |
Data runtime validation | ✅ |
OpenTelemetry export | ✅ |
Slack alerts on errors | ✅ |
Integration status API | ✅ |
✅ 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 | ✅ |
Contacts
Endpoint | Description | Readme |
---|---|---|
POST /contacts | Create a contact in the system | 🔗 |
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
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. | 🔗 |
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ❓ | |
Paid test account | ❓ | |
Partnership | ❓ | |
App review | ❓ | |
Security audit | ❓ |
Basic
auth mode to access different endpoints. Provide your username
as the Username value and password
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.