Lever connector
Back to the connector overview, authentication methods, and actions.
10 Sept 2026
breaking-changes new-featureEnabled scheduled data sync on twelve list actions — opportunities, deleted opportunities, postings, requisitions, requisition fields, users, sources, tags, stages, archive reasons, feedback templates and EEO responses — so these collections can be kept in sync and read without calling Lever on every request. Nine follow Lever’s opaque cursor (the offset continuation token), while feedback templates, requisition fields and stages return their full set in a single call. Opportunities and postings sync incrementally using the updated_at_start filter; the rest refresh in full, because Lever exposes no updated-since filter on those endpoints. BREAKING - the updated_at_start input on List Opportunities and List Postings is now a string rather than a number, so integrations passing it as a numeric value must send it as a string (the value itself is unchanged - Unix milliseconds).