← Tools Reference

Lever

Lever integration (Productivity, Communication). Imported from open-connector.

API key6 toolshttps://api.lever.co/v1
GET
lever_list_postings
List Lever job postings with optional state, owner, location, and team filters.

/postings

8 parameters
ParamTypeRequiredDescription
offsetstringoptionalThe pagination cursor returned by Lever.
limitintegeroptionalThe maximum number of records to return.
statestringoptionalThe Lever posting state.
teamstringoptionalOnly return postings assigned to this team.
locationstringoptionalOnly return postings for this location.
departmentstringoptionalOnly return postings assigned to this department.
ownerstringoptionalOnly return postings owned by this Lever user ID.
tagstringoptionalOnly return postings with this posting tag.
GET
lever_get_posting
Retrieve one Lever posting by ID.

/postings/{postingId}

1 parameter
ParamTypeRequiredDescription
postingIdstringrequiredThe Lever object ID.
GET
lever_list_opportunities
List Lever opportunities with optional timestamp, posting, stage, archive, contact, and expansion filters.

/opportunities

11 parameters
ParamTypeRequiredDescription
offsetstringoptionalThe pagination cursor returned by Lever.
limitintegeroptionalThe maximum number of records to return.
createdAtStartintegeroptionalA Unix timestamp in milliseconds.
createdAtEndintegeroptionalA Unix timestamp in milliseconds.
updatedAtStartintegeroptionalA Unix timestamp in milliseconds.
updatedAtEndintegeroptionalA Unix timestamp in milliseconds.
stageIdstringoptionalOnly return opportunities currently in this stage ID.
postingIdstringoptionalOnly return opportunities associated with this posting ID.
archiveReasonIdstringoptionalOnly return archived opportunities with this archive reason ID.
contactstringoptionalOnly return opportunities for this contact ID.
expandarrayoptionalRelated opportunity objects to expand in Lever's response.
GET
lever_get_opportunity
Retrieve one Lever opportunity by ID.

/opportunities/{opportunityId}

1 parameter
ParamTypeRequiredDescription
opportunityIdstringrequiredThe Lever object ID.
GET
lever_list_opportunity_notes
List notes attached to a Lever opportunity.

/opportunities/{opportunityId}/notes

3 parameters
ParamTypeRequiredDescription
opportunityIdstringrequiredThe Lever object ID.
offsetstringoptionalThe pagination cursor returned by Lever.
limitintegeroptionalThe maximum number of records to return.
POST
lever_create_opportunity_note
Create a note on a Lever opportunity.

/opportunities/{opportunityId}/notes

2 parameters
ParamTypeRequiredDescription
opportunityIdstringrequiredThe Lever object ID.
valuestringoptionalThe note text to add to the opportunity.