Loading...
Loading...
Lusha integration. Manage Persons, Organizations. Use when the user wants to interact with Lusha data.
npx skill4agent add membranedev/application-skills lushamembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search lusha --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 |
|---|---|---|
| Get Company Lookalikes | get-company-lookalikes | Get AI-powered lookalike recommendations for companies. |
| Get Contact Lookalikes | get-contact-lookalikes | Get AI-powered lookalike recommendations for contacts. |
| Get Company Signals | get-company-signals | Retrieve signals (headcount growth, new job openings, news events) for specific companies by their IDs. |
| Get Contact Signals | get-contact-signals | Retrieve signals (promotion, company change) for specific contacts by their IDs. |
| Enrich Companies | enrich-companies | Enrich companies from prospecting search results. |
| Prospect Company Search | prospect-company-search | Search for companies using various filters including size, revenue, industry, technologies, and intent topics. |
| Enrich Contacts | enrich-contacts | Enrich contacts from prospecting search results. |
| Prospect Contact Search | prospect-contact-search | Search for contacts using various filters including departments, seniority, locations, job titles, and company criteria. |
| Get Account Usage | get-account-usage | Retrieve your current API credit usage statistics including used, remaining, and total credits. |
| Search Multiple Companies | search-multiple-companies | Search for multiple companies in a single request by providing a list of companies with identifiers like domain names... |
| Search Single Company | search-single-company | Find detailed information about a single company by domain, name, or company ID. |
| Search Multiple Contacts | search-multiple-contacts | Enrich multiple contacts in a single request. |
| Search Single Contact | search-single-contact | Find and enrich a single contact using various search criteria including name, email, LinkedIn URL, or company inform... |
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