Use this file to discover all available pages before exploring further.
This connector is in closed beta. Please contact us to get access.
The Bullhorn for Salesforce ATS integration allows you to sync ATS data between Bullhorn for Salesforce and your application through Kombo’s unified API. The tool slug for this connector is bullhorn4salesforce.
Attachments are linked to the candidate (Contact) in Salesforce, not directly to the application. This action will fall back to the “Add attachment to candidate” action. Therefore, there could be cases where the attachment may not be added to the application but rather to the candidate.
Input Field
Notes
application_id
attachment.name
attachment.content_type
attachment.data_url
attachment.data
Move application to stage
Moving a Job Board Application converts it into a new Application: the Job Board Application is marked as Converted in Bullhorn and a fresh Application record is created in its place. Job Board Applications can only be converted once — moving the same Job Board Application twice fails with APPLICATION_ALREADY_EXISTS. Application stages are surfaced per job RecordType, but — depending on the org’s Salesforce config — not every stage exposed on a job is selectable: TR1__Stage__c may be a restricted picklist, in which case moving to a value it doesn’t accept fails with INVALID_OR_NULL_FOR_RESTRICTED_PICKLIST.
Input Field
Notes
application_id
stage_id
Add result link to application
Result links are created as Salesforce Tasks.
Input Field
Notes
application_id
label
url
details.custom_field_name_prefix
details.attributes.key
details.attributes.value
Add note to application
Notes are created as Salesforce Tasks.
Input Field
Notes
application_id
content
Get candidate attachments
Input Field
Notes
candidate_id
Add attachment to candidate
Attachments are linked to the candidate (Contact) in Salesforce, not directly to the application.
Input Field
Notes
candidate_id
attachment.name
attachment.content_type
attachment.data_url
attachment.data
Feature
Notes
API Passthrough
Scope Testing
Per Model Tests
Per Field Tests
Read-side: asserts every field in BH4SF_SYNC_QUERY_FIELDS.contact/.application/.job is present in the describe response. Write-side: asserts updateable on each field written by a known action (currently: TR1__Stage__c for kpAtsSetApplicationStage).