Share via


Talent CRM Connect - Announcements & Release Notes

August 2024 -- Change Log

July 2024 -- Change Log

March 2024 -- Updates to atsCandidates and Various Updates

November 2023 - Various Updates

October 2023 - CRM One Click Export Limits

  • Limits for CRM One Click Export updated to 300 requests per month per seat.

September 2023 - Various Updates

Made changes to the documentation including these updates:

  • Clarified in sync CRM candidates documentation that attaching a person URN should use BATCH_UPDATE method. BATCH_UPDATE now supports supplying manualMatchedMember.
  • Updated Sync Candidate Resumes to specify x-linkedin-id instead of x-restli-id as the header which contains the created hireMediaUrl.
  • Added a clarification to each Module 2 page indicating that all historical data must be synced upon activation.
  • Clarified that InMail stub profiles will only be populated when members share contact info.
  • Added SMS as a supported interaction type in synced interactions.
  • Clarified that the RSC Schema is also for CRM Connect. Added note that alternateLocations are not supported for jobs synced for RSC and CRM Connect.
  • Added Talent CRM Connect Error Handling to documentation and updated side bar links.
  • Moved certification test case CRM-133 from Module 7 to Module 3.
  • Added new certification requirements:
Rule API Requirements Expected Result
CRM-036 Confirm that all candidate records have been synced to LI as part of historical sync. Gross number of candidates that exist in the CRM matches the number in LI.
CRM-042 Confirm that all candidate resume records have been synced to LI as part of historical sync. Gross number of candidate resumes that exist in the CRM matches the number in LI.
CRM-052 Confirm that all pipeline records have been synced to LI as part of historical sync. Gross number of pipelines that exist in the CRM matches the number in LI.
CRM-063 Confirm that all pipeline stage records have been synced to LI as part of historical sync. Gross number of pipeline stages that exist in the CRM matches the number in LI.
CRM-073 Confirm that all candidate pipeline records have been synced to LI as part of historical sync. Gross number of candidate pipelines that exist in the CRM matches the number in LI.
CRM-084 Confirm that all interaction records have been synced to LI as part of historical sync. Gross number of interaction records that exist and should be synced from the CRM matches the number in LI.
CRM-109 Demonstrate the deletion of a purged members. Purged members that customers choose to delete have data retrieve from LI removed from the CRM.
CRM-150 Partner is in compliance with all Terms of Service and partnership agreements. Partner is not violating partnership agreements or Terms of Service. Any remediation plans defined to resolve violations have been completed.

July 2023 Module 7 API Documentation Available and Other Minor Updates

Published the following API docs:

Made the following minor revisions:

  • Updated Retrieving Closed Candidate Profiles documentation to describe expected partner behavior: Our CRM partners must query this endpoint periodically (at least once in 30 days) and notify end customers that they may need to delete the data that appear within this endpoint from their records if they do not have a legal basis to continue processing it.
  • Updated Upload Resume File to remove x-ambry-content-type parameter requirement from file upload step.

July 2023 tcrmPipelines, API Versioning Announcement

  • tcrmPipelines has been updated to include the private optional field. See documentation link for more details
Versioning Announcment
  • In order to release new API versions to incorporate feedback and new enhancements, future endpoint updates will only be released on LinkedIn's verisoning solution, which can be accessed with a new base URL and version header:
Old Base URL New URL
https://api.linkedin.com/v2/ https://api.linkedin.com/rest/
  • Consuming the new versioned endpoint will also require sending a LinkedIn-Version header in requests, populated with a version identifier.
  • Old versions of endpoints will continue to function in the state in which they exist today until deprecation.
  • In order to facilitate easy migration, all partners are asked to support easy configuration switch base URLs and conditionally supply a version header, so that new versioned endpoints can be quickly adopted. Support for rapid migration will be considered as certification criteria (see new certification section here).
  • LinkedIn will notify partners as new versions are available through communications and in our documentation release notes.

June 2023 atsCandidates, Profile Plugin, Onboarding Configuration Plugin Updates

Field New Validation Rules
addresses All fields are optional but must comply with the following rules:
  • Address.Line1 is required if Line 2 or Line3 or Line4 are provided.
  • Address.Line2 is required if Line3 or Line4 are provided.
  • Address.Line3 is required if Line4 is provided.
  • Address.GeographicArea required if Address.GeographicAreaType is provided. Address.GeographicAreaType is required if Address.GeographicArea is provided.
  • If Address.Country is US, and Address.GeographicAreaType is provided, Address.GeographicAreaType must be set to STATE.
  • At most 30 addresses can be provided.
currentCompanyName If specified, string value cannot be empty or blank spaces.
currentJobTitle String value cannot be empty or blank spaces.
emailAddresses 30 email addresses max.
externalProfileURL String value cannot be empty or blank spaces.
firstName String value cannot be empty or blank spaces.
linkedInProfileUrl String value cannot be empty or blank spaces.
phoneNumber Format must follow com.google.i18n.phonenumbers standard. At most 30 phone numbers can be provided.

March 2023 Sync APIs and CRM One-Click Export Available

Talent CRM Sync APIs are available for adoption. /exportedCandidates service that powers CRM One-Click Export is also available.