Share via


CRM Pipeline Recommended Matches

Overview

Recommended Matches extends CRM Connect functionality within the Candidate Relationship Management system (CRM) via an additional plugin. The solution is optimizes a recruiter's sourcing experience. For every synced pipeline via the CRM, LinkedIn automatically presents a stream of recommended candidate matches for Recruiter users to reach out to or save. With Recommended Matches, users can:

  • Access the best candidates for a given pipeline, even if they haven’t actively applied to yet.
  • Reach out to matches they think are a good fit, and save them to existing CRM pipeline (via One-Click Export).
  • Get better matches over time as the algorithm learns from selected preferences.

The Recommended Matches solution will be delivered in the form of an iframe widget and will be implemented in the CRM similar to how the Display Profile Plugin is implemented today. Via CRM Connect's standard implementation, LinkedIn already receives all CRM pipelines via the Sync Pipelines endpoint. For the Recommended Matches widget to show a stream of candidates, the following minimum fields for each pipeline must be synced: Title and Location.

The Recommended Matches widget will display up to 125 matched candidates, with 25 candidates shown per page.

User Flow

The widget will include the ability for the user to initiate specific actions such as:

  • Save to Pipeline - Ability to One-Click Export candidates' stub profile information into the CRM under that specific pipeline.
  • Save and InMail - Ability to One-Click Export candidates' stub profile information into the CRM under that specific pipeline and send an InMail.

The plugin is rendered within an iframe and is self-contained; the JavaScript code handles the authentication and renders the content. This feature is dependent on already syncing jobs from your system to LinkedIn.

Customer Enablement

Recommended Matches is automatically enabled for customers when they activate CRM Connect via the Onboarding Widget.

Using the customer's app credentials provisioned for CRM Connect, display the Recommended Matches Plugin:

<script src="https://platform.linkedin.com/xdoor/scripts/in.js">
  api_key: {api_key}
  extensions: RMWidget@https://platform.linkedin.com/rsc/extensions/recommended-matches-widget
</script>
<script type="IN/RMWidget"
  data-crm-pipeline-id="{pipeline_id}"
  data-integration-context="urn:li:organization:{id}"
  data-width="{width}">
</script>
Parameter Description Required
data-crm-pipeline-id tcrmPipelineId of previously synced pipeline using Sync CRM Pipeline Yes
data-integration-context Integration context value for the customer's integration. You'll get this value when the customer enables the integration via the Integration Configuration Plugin. Yes
data-width Ability to override default width of the plugin. Default and expected minimum width is 800px. Yes

Note

Verify Content Security Policy includes "platform.linkedin.com" and "www.linkedin.com".