Textkernel Source! Import Process

While Textkernel Search! also offers the ability to import candidatesClosed, Textkernel Source! uses a different mechanism. The import process for Textkernel Source! uses a newer Textkernel Automation APIClosed.

This is how the automation API works:

  1. Textkernel sends a webhook event to a pre-configured REST endpoint within the Salesforce Org. This event contains the CandidateClosed profile, along with details about their CV document.
  2. The event is processed via an Apex Queueable JobClosed, the document is retrieved from Textkernel's Binary endpoint, and the Candidate is imported.
  3. The importing user is notified of the import success or failure through a Salesforce Lightning Custom Notification.

The following flow chart outlines the process: