Loading...
Loading...
CallRail integration. Manage Companies. Use when the user wants to interact with CallRail data.
npx skill4agent add membranedev/application-skills callrailmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search callrail --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 Calls | list-calls | Returns a paginated list of all calls in the target account. |
| List Companies | list-companies | Returns a paginated list of all companies in the target account |
| List Trackers | list-trackers | Returns a paginated list of all trackers (tracking numbers) in the target account |
| List Users | list-users | Returns a paginated list of all users in the target account |
| List Form Submissions | list-form-submissions | Returns a paginated list of all form submissions in the target account |
| List Text Conversations | list-text-conversations | Returns a paginated list of all text message conversations in the target account |
| List Accounts | list-accounts | Returns a paginated list of all accounts accessible by the API key |
| Get Call | get-call | Retrieves details for a single call |
| Get Company | get-company | Retrieves details for a single company |
| Get Tracker | get-tracker | Retrieves details for a single tracker (tracking number) |
| Get User | get-user | Retrieves details for a single user |
| Get Form Submission | get-form-submission | Retrieves details for a single form submission |
| Get Text Conversation | get-text-conversation | Retrieves details for a single text message conversation |
| Get Account | get-account | Retrieves details for a single account |
| Create Company | create-company | Creates a new company in the account |
| Update Call | update-call | Updates a call's customer name or marks it as spam |
| Update Company | update-company | Updates an existing company |
| Update Form Submission | update-form-submission | Updates a form submission |
| Send Text Message | send-text-message | Sends a text message to a phone number. |
| List Tags | list-tags | Returns a list of all tags in the target account |
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