Loading...
Loading...
Apollo.io integration. Manage Persons, Organizations, Deals, Leads, Pipelines, Users and more. Use when the user wants to interact with Apollo.io data.
npx skill4agent add membranedev/application-skills apolloiomembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search apolloio --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 Users | list-users | Get a list of users in your Apollo team. |
| List Deals | list-deals | List all deals in your Apollo account. |
| List Account Stages | list-account-stages | Get a list of all account stages in your Apollo account. |
| List Contact Stages | list-contact-stages | Get a list of all contact stages in your Apollo account. |
| List Custom Fields | list-custom-fields | Get all custom fields defined in your Apollo account. |
| List All Lists | list-all-lists | Get all lists (labels) in Apollo. |
| Get Account | get-account | Retrieve an account by ID from your Apollo account. |
| Get Contact | get-contact | Retrieve a contact by ID from your Apollo account. |
| Get Deal | get-deal | Retrieve a deal by ID from your Apollo account. |
| Create Contact | create-contact | Create a new contact in your Apollo account. |
| Create Account | create-account | Create a new account (company) in your Apollo account. |
| Create Deal | create-deal | Create a new deal/opportunity in your Apollo account. |
| Create Task | create-task | Create a new task in your Apollo account. |
| Update Account | update-account | Update an existing account in your Apollo account. |
| Update Contact | update-contact | Update an existing contact in your Apollo account. |
| Update Deal | update-deal | Update an existing deal in your Apollo account. |
| Search Contacts | search-contacts | Search for contacts that have been added to your Apollo account. |
| Search Accounts | search-accounts | Search for accounts that have been added to your Apollo account. |
| Bulk Create Contacts | bulk-create-contacts | Create multiple contacts at once. |
| Bulk Update Contacts | bulk-update-contacts | Update multiple contacts at once. |
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