Loading...
Loading...
Lever integration. Manage Leads, Persons, Organizations, Deals, Activities, Notes and more. Use when the user wants to interact with Lever data.
npx skill4agent add membranedev/application-skills levermembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search lever --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Opportunities | list-opportunities | List all opportunities (candidates in the hiring pipeline) with optional filters |
| List Users | list-users | List all users in the Lever account |
| List Postings | list-postings | List all job postings with optional filters |
| List Requisitions | list-requisitions | List all requisitions in the account |
| List Stages | list-stages | List all pipeline stages in the account |
| Get Opportunity | get-opportunity | Retrieve a single opportunity by ID |
| Get User | get-user | Retrieve a single user by ID |
| Get Posting | get-posting | Retrieve a single job posting by ID |
| Get Requisition | get-requisition | Retrieve a single requisition by ID |
| Get Stage | get-stage | Retrieve a single pipeline stage by ID |
| Create Opportunity | create-opportunity | Create a new opportunity (candidate) in Lever |
| Create User | create-user | Create a new user in Lever |
| Create Posting | create-posting | Create a new job posting (created as draft) |
| Update Opportunity Stage | update-opportunity-stage | Move an opportunity to a different pipeline stage |
| Archive Opportunity | archive-opportunity | Archive an opportunity with a reason, or unarchive by setting reason to null |
| Delete Interview | delete-interview | Delete a scheduled interview |
| Create Interview | create-interview | Schedule a new interview for an opportunity |
| List Interviews for Opportunity | list-interviews-for-opportunity | List all interviews scheduled for an opportunity |
| Create Note | create-note | Add a note to an opportunity |
| List Notes for Opportunity | list-notes-for-opportunity | List all notes for an opportunity |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY