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 | ✅ |
Contacts
Leads
| Function name | Description | Type | Source code |
|---|---|---|---|
create-lead | 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. | Action | 🔗 Github |
update-lead | 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. | Action | 🔗 Github |
get-leads | Fetch all leads | Action | 🔗 Github |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
get-schema | Get the schema of any entity. Useful to know the properties of any object that exists in the system. | Action | 🔗 Github |
get-company | Retrieve information about a company | Action | 🔗 Github |
create-company | Create a company in the system | Action | 🔗 Github |
create-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. | Action | 🔗 Github |
list-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. | Action | 🔗 Github |
Access requirements
| Pre-Requisites | Status | Comment |
|---|---|---|
| Paid dev account | ❓ | |
| Paid test account | ❓ | |
| Partnership | ❓ | |
| App review | ❓ | |
| Security audit | ❓ |
Setup guide
No setup guide yet.Contribute improvements to the setup guide by editing this page
Useful links
Contribute useful links by editing this page
API gotchas
- Unanet uses
Basicauth mode to access different endpoints. Provide yourusernameas the Username value andpasswordas 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.