Loading...
Loading...
Arive integration. Manage Leads, Persons, Organizations, Deals, Projects, Activities and more. Use when the user wants to interact with Arive data.
npx skill4agent add membranedev/application-skills arivemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search arive --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 |
|---|---|---|
| Create Lead | create-lead | Create a new lead in Arive with contact and loan information |
| Get Lead by ID | get-lead-by-id | Retrieve detailed information about a specific lead by its ID |
| List Leads | list-leads | Retrieve a paginated list of leads with optional filtering and sorting |
| Update Loan Key Dates | update-loan-key-dates | Update key dates on a loan (document dates, TRID/compliance dates, etc.) |
| Update Loan Adverse Status | update-loan-adverse | Update adverse status on a loan (denial, withdrawal, etc.) |
| Create Loan | create-loan | Create a new loan in Arive with borrower and loan details |
| Get Loan by ID | get-loan-by-id | Retrieve detailed information about a specific loan by its ID |
| List Loans | list-loans | Retrieve a paginated list of loans with optional filtering and sorting |
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