New
Integrations
A new Unified API is live. Check it out here. Knowledge Base Unified API lets you get pages, articles and similar content from apps like Notion, Confluence, etc. Reach out to [email protected] if you need more resources added to it.
Notion
Works with Unified Knowledge Base API | Install
Confluence
Bring your own OAuth app. Works with Unified Knowledge Base API | Install
Other integrations
Greenhouse
Works with Unified ATS API | Install
SpringVerify US
Proxy APIs | Install
SpringVerify India
Proxy APIs | Install
Normalization
We know the pain of normalizing API responses to better put them into databases. Thanks to one of our customer requests, we now support data normalization as part of the RapidBridge sync jobs (Yes, we work closely with our customers 🤝).
Just pass response_format: 'normalized'
and you should get sync_job_run:record
events for each child resource in a particular resource. This is currently live for ats/candidates where you'll get separate sync_job_run:record
webhook events for ats/applications
, ats/jobs
, ats/attachments
, etc.
This makes it easier for you to just keep upserting data into your datastore for each resource's record webhook event without having to normalize the data on your end. We'll add support for more resources in the coming weeks along with doc updates and making it part of the Unified API as well.
Try out this example Greenhouse Sync Job,
{
"integration_name": "greenhouse",
"args_schema": {},
"resources": [
{
"resource": "ats/candidates",
"method": "list",
"response_format": "normalized"
}
]
}
Improvement
- TalentLyft now supports Jobs and Users in Unified ATS API and Unified Users API.
- Custom methods come to Unified APIs - ability to downgrade a User's license in Zoom and Salesforce using Unified Users API -
POST /unified/users/downgrade
. Check it out on the integrated account details page inside the app. Docs coming soon.
- Dropbox now supports deprovisioning Users, Activities, Licenses in Unified Users API
- Infra changes to improve the database performance, stability and add multi-region support.