Import Process
While Textkernel Search! also offers the ability to import candidates, uses a different mechanism.
The import process for uses a newer Textkernel Automation API
.
This is how the automation API works:
- Textkernel sends a webhook event to a pre-configured REST endpoint within the Salesforce Org.
This event contains the Candidate
profile, along with details about their CV document.
- The event is processed via an Apex Queueable Job
, the document is retrieved from 's Binary endpoint, and the Candidate is imported.
- The importing user is notified of the import success or failure through a Salesforce Lightning Custom Notification.
The following flow chart outlines the process:
Was this helpful?