Loading...
Loading...
GetProspect integration. Manage Persons, Organizations, Leads, Users, Roles, Filters. Use when the user wants to interact with GetProspect data.
npx skill4agent add membranedev/application-skills getprospectmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search getprospect --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 Lists | get-lists | Retrieves all contact lists from your GetProspect account. |
| Get List Contacts | get-list-contacts | Retrieves all contacts from a specific list. |
| Get Company | get-company | Retrieves a single company by its ID from your GetProspect CRM. |
| Get Contact | get-contact | Retrieves a single contact by their ID from your GetProspect CRM. |
| Create Contact | create-contact | Creates a new contact in your GetProspect CRM with the specified details. |
| Create Company | create-company | Creates a new company in your GetProspect CRM. |
| Create List | create-list | Creates a new contact list in your GetProspect account. |
| Update Contact | update-contact | Updates an existing contact in your GetProspect CRM with the specified details. |
| Update Company | update-company | Updates an existing company in your GetProspect CRM. |
| Update List | update-list | Updates an existing contact list in your GetProspect account. |
| Delete Contact | delete-contact | Deletes a contact from your GetProspect CRM by their ID. |
| Delete Company | delete-company | Deletes a company from your GetProspect CRM by its ID. |
| Search Contacts | search-contacts | Searches for contacts in your GetProspect CRM by various filters. |
| Search Companies | search-companies | Searches for companies in your GetProspect CRM by name. |
| Search Leads | search-leads | Finds contacts with emails in GetProspect B2B leads database by different search criteria. |
| Search Companies in B2B Database | search-companies-b2b | Searches for companies in GetProspect B2B database by various criteria. |
| Find Email | find-email | Finds the contact's business email address based on the first name, last name, and company name or company domain. |
| Add Contacts to List | add-contacts-to-list | Adds one or more contacts to a specific list. |
| Lookup Email | lookup-email | Looks up detailed information about an email address. |
| Verify Email | verify-email | Verifies the given email address and defines its deliverability. |
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