Updating your scheduling integration for the Opportunities data model

Follow

 

The information in this article is meant for those that have developed a custom integration using Lever's API.

This article will guide you through the steps to update your scheduling integration to Lever's Opportunities data model. Before proceeding, we recommend reading our help article on the Opportunities data model in order to understand the general nature of this change.

Your scheduling integration

You might have developed a scheduling integration that allows you to schedule interviews in an external tool. You will want to make some updates to your integration if it does any of the following:

  • Allows users to reschedule or delete externally managed interviews from the past
  • Initiates scheduling from a cache of candidates

Aside from that, there are just a few things to note about how the eventual migration of candidate data to the Opportunities data model may affect your integration temporarily.

Next steps and potential impact of not updating integrations

Initiates scheduling from a cache candidates

If it is at all possible for your integration to initiate scheduling from a cache of candidates instead of needing to initiate scheduling from within Lever, then you will want to ensure that there is a consistent mechanism for re-pulling candidateIds (in the future, opportunityIds), as the candidate migration to the Opportunities data model will have changed some and created new opportunities as well.

Impact: Without a way to manually or automatically re-fetch, your cache of candidateIds to schedule externally may be outdated after the migration.

Allows users to reschedule or delete externally managed interviews from the past

Your candidates will be migrated to a new data model to support Opportunities. On Lever's new data model, a candidate's “opportunities” will have independent opportunityIds that will be linked together as part of the same "contact".

Please Note: If your integration scheduled an interview before the migration, when a candidate had only a single candidateId, your integration should be prepared for the possibility that a candidate now has opportunityIds for multiple, separate opportunities. However, if a candidate is split up into multiple opportunities during the migration, the original pre-migration candidateId will become the opportunityId for the most recently added application that is still active. We will also be keeping upcoming interview panels and events with the opportunity that maintains the original candidateId (now referred to as opportunityId). This means that for upcoming interviews, the candidateIds, interviewIds, and panelIds that you have on file for rescheduling or deleting should all still work as expected.

It is possible for externally managed interviews in the past to be re-associated with an opportunity with a new opportunityId. However, it will not be possible to reschedule or delete these past interviews by using the original candidateId or opportunityId in the DELETE /opportunities/:opportunity/interviews/:interview request.

Impact: It will not be possible to reschedule or delete any interviews where the interview was moved to a different opportunity and the interview time has already elapsed by using the original candidateId or opportunityId in the DELETE /opportunities/:opportunity/interviews/:interview request. Rescheduling or deleting for upcoming interviews should continue to work as expected post-migration and on a go-forward basis.

Was this article helpful?
0 out of 0 found this helpful