Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,54 +1,55 @@
---
title: "Bullhorn Assessment or Background Check"
description: "To successfully send test notifications from Bullhorn, follow these steps in your Bullhorn account, and complete the necessary actions."
description: "To successfully send webhook notifications from Bullhorn, follow these steps in your Bullhorn account and complete the required actions."
---

import IntegrationFooter from "/snippets/integration-footer.mdx";


## Send the assessment/background check invitation to the candidate
## Send the assessment or background check invitation to the candidate

<Steps>
<Step title="Select Candidate from the Candidate List">
Navigate to the <i>Candidate List's</i> page and select the candidate.
<Step title="Select a Candidate from the Candidate List">
Navigate to the <i>Candidate List</i> page and select a candidate.
<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Maintain Assessment Status" src="/images/bullhorn-assessment-background-check/bullhorn-aab-1.png" />
</Frame>

Click on the candidate to open their application. Then, click on the tab `Background check`.
Click on the candidate to open their application, then click on the `Assessment or Background Check` tab.
<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Maintain Assessment Status" src="/images/bullhorn-assessment-background-check/bullhorn-aab-2.png" />
</Frame>
</Step>

<Step title="To Select Background check & Send the Notification">
Click on the `Background check` button.
<Step title="Select test & send the notification">
Click the `Send Assessment or Background Check` button.
<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Edit/View Assessment/Background check Status ID" src="/images/bullhorn-assessment-background-check/bullhorn-aab-3.png" />
</Frame>

A row will appear to select the background check test.
A row will appear to select the assessment or background check.
<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Edit/View Assessment/Background check Status ID" src="/images/bullhorn-assessment-background-check/bullhorn-aab-4.png" />
</Frame>

Select the `Background check` test and click on `Send` button to dispatch the notification.
Select the test and click the `Send` button to dispatch the notification.
<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Edit/View Assessment/Background check Status ID" src="/images/bullhorn-assessment-background-check/bullhorn-aab-5.png" />
</Frame>

Once the background check notification is successfully sent, a record will be appended with a `Pending` status.
Once the assessment or background check notification is sent successfully, a record will be updated with a `Pending` status.
Comment thread
sourabh-stackone marked this conversation as resolved.
<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Edit/View Assessment/Background check Status ID" src="/images/bullhorn-assessment-background-check/bullhorn-aab-6.png" />
</Frame>
</Step>
</Steps>

## To check updated result of the assessment/background check invitation of the candidate

## Check the updated result of the candidate's assessment or background check invitation

<Steps>
<Step title="To see the updated results of assessment/background check">
Click on the candidate's name to view their application. You will see the updated results along with the score from the previously sent test, Whenever the candidate has completed the assessment and background check.
<Step title="See the updated results of the assessment or background check">
Click on the candidate's name to view their application. When the candidate has completed the assessment or background check, you will see the updated results along with the score from the test.
<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="View Assessment/Background check Updated Results" src="/images/bullhorn-assessment-background-check/bullhorn-aab-7.png" />
</Frame>
Expand All @@ -58,6 +59,7 @@ import IntegrationFooter from "/snippets/integration-footer.mdx";

<IntegrationFooter />


## Useful Links
<Card title="API Reference" icon="link" href="https://bullhorn.github.io/rest-api-docs/">
https://bullhorn.github.io/rest-api-docs/
Expand Down