Loading...
Loading...
Apex 27 integration. Manage Organizations, Pipelines, Users, Goals, Filters. Use when the user wants to interact with Apex 27 data.
npx skill4agent add membranedev/application-skills apex-27membranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search apex-27 --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 Contacts | list-contacts | No description |
| List Listings | list-listings | No description |
| List Offers | list-offers | No description |
| List Leads | list-leads | No description |
| List Tenancies | list-tenancies | No description |
| List Branches | list-branches | No description |
| List Valuations | list-valuations | No description |
| List Contact Notes | list-contact-notes | No description |
| Get Contact | get-contact | No description |
| Get Listing | get-listing | No description |
| Get Offer | get-offer | No description |
| Get Lead | get-lead | No description |
| Get Tenancy | get-tenancy | No description |
| Get Branch | get-branch | No description |
| Get Valuation | get-valuation | No description |
| Create Contact | create-contact | No description |
| Create Listing | create-listing | No description |
| Create Call Log | create-call-log | No description |
| Create Contact Note | create-contact-note | No description |
| Update Contact | update-contact | No description |
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