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
36 changes: 8 additions & 28 deletions integration-configuration-concepts/ats/workday-assessment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -118,28 +118,6 @@ import IntegrationFooter from "/snippets/integration-footer.mdx";
</Steps>


## Sending the Assessment Invitation (as a Recruiter)

If you are the recruiter, you can send the assessment invitation directly.

<Steps>
<Step title="Send the Assessment Invitation">
You should see an `Assess` button next to the candidate's name. Click it to open the assessment form.
<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Sending Invite" src="/images/workday-assessment/Recruiter_1.png" />
</Frame>
</Step>

<Step title="Complete the Assessment Form">
Set the **Overall Status** to `Invited` and select the appropriate assessment (e.g., `Technical Assessment`) from the dropdown menu.
<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Send Invite" src="/images/workday-assessment/Recruiter_2.png" />
</Frame>
Click `Submit` to send the invitation and trigger the webhook notification from Workday.
</Step>
</Steps>


## Sending the Assessment Invitation (via Start Proxy)

<Steps>
Expand Down Expand Up @@ -178,22 +156,24 @@ If you are the recruiter, you can send the assessment invitation directly.
</Steps>


## Sending the Assessment Invitation (without Start Proxy)
## Sending the Assessment Invitation (as a Recruiter)

If you are the recruiter, you can send the assessment invitation directly.

<Steps>
<Step title="Sending without Start Proxy">
If you are the recruiter, you should see the `Assess` button next to the candidate's name.
<Step title="Send the Assessment Invitation">
You should see an `Assess` button next to the candidate's name. Click it to open the assessment form.
<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Sending Invite" src="/images/workday-assessment/Recruiter_1.png" />
</Frame>
</Step>

<Step title="Send the Assessment Invitation">
You should set the Overall Status to `Invited` and select the Assessment as `Technical Assessment` from the dropdown menu.
<Step title="Complete the Assessment Form">
Set the **Overall Status** to `Invited` and select the appropriate assessment (e.g., `Technical Assessment`) from the dropdown menu.
<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Send Invite" src="/images/workday-assessment/Recruiter_2.png" />
</Frame>
Click on the `Submit` button to get the webhook notification from Workday.
Click `Submit` to send the invitation and trigger the webhook notification from Workday.
</Step>
</Steps>

Expand Down