Lever
Lever is a modern, collaborative recruiting platform that powers a more human approach to hiring.
Actions
| Name | Description |
|---|---|
getOpportunityRetrieve a single opportunity, i.e. an individual's unique candidacy or journey for a given job position | Retrieve a single opportunity, i.e. an individual's unique candidacy or journey for a given job position |
updateOpportunityStageChange an Opportunity's current stage | Change an Opportunity's current stage |
listOpportunityFormsGet all forms for a given opportunity, optionally for a given form template | Get all forms for a given opportunity, optionally for a given form template |
listOpportunityFeedbackGet all feedback for a given opportunity, optionally for a given template | Get all feedback for a given opportunity, optionally for a given template |
addFeedbackToOpportunityProvide feedback to a candidate after an interview | Provide feedback to a candidate after an interview |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'lever',
actionName: 'getOpportunity',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Lever to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Lever support?
Lever supports 6 actions including Get opportunity, Update opportunity stage, List opportunity forms, List opportunity feedback, Add feedback to opportunity, and more.
Can I use Lever with AI agents?
Yes. Add Lever to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Lever use?
Lever uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Lever integration cost?
The Lever integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Lever in 2 minutes
Get 1,000 free actions every month. No credit card required.