Loading...
Loading...
Icypeas integration. Manage Organizations, Pipelines, Users, Goals, Filters, Projects. Use when the user wants to interact with Icypeas data.
npx skill4agent add membranedev/application-skills icypeasmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search icypeas --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 Subscription Information | get-subscription-information | Retrieve account subscription details and remaining credits balance. |
| Find People | find-people | Search the Icypeas leads database for people matching various filters like job title, company, location, skills, and ... |
| Scrape LinkedIn Company | scrape-linkedin-company | Extract comprehensive data from a LinkedIn company page URL, including company name, website, industry, description, ... |
| Scrape LinkedIn Profile | scrape-linkedin-profile | Extract comprehensive data from a LinkedIn profile URL, including name, headline, current position, company, and more. |
| LinkedIn Company URL Search | linkedin-company-url-search | Find a company's LinkedIn page URL by providing the company name or domain. |
| LinkedIn Profile URL Search | linkedin-profile-url-search | Find a person's LinkedIn profile URL by providing their first name, last name, and optionally company or job title. |
| Domain Search | domain-search | Scan a domain or company name to discover role-based emails (e.g., contact@, info@, support@). |
| Email Verification | email-verification | Verify if an email address exists and is deliverable. |
| Email Search | email-search | Find a professional email address by providing a person's first name, last name, and company domain or name. |
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