Loading...
Loading...
JustCall integration. Manage Persons, Organizations, Leads, Activities, Notes, Files and more. Use when the user wants to interact with JustCall data.
npx skill4agent add membranedev/application-skills justcallmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search justcall --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 Phone Number | get-phone-number | Retrieve details of a specific phone number by its ID. |
| List Phone Numbers | list-phone-numbers | Retrieve all phone numbers in your JustCall account. |
| Get User | get-user | Retrieve a specific user (agent) by their ID. |
| List Users | list-users | Retrieve all users (agents) in your JustCall account. |
| Send SMS | send-sms | Send an SMS or MMS message via JustCall. |
| Get Text | get-text | Retrieve a specific SMS/MMS message by its ID. |
| List Texts | list-texts | Retrieve all SMS/MMS messages with optional filters. |
| Update Call | update-call | Update call notes, rating, and disposition. |
| List Calls | list-calls | Retrieve all calls with optional filters for date range, direction, and pagination. |
| Get Call | get-call | Retrieve a specific call by its unique ID. |
| Update Contact | update-contact | Update an existing contact's information. |
| Create Contact | create-contact | Create a new contact in JustCall's Contacts section. |
| Delete Contact | delete-contact | Delete a contact from JustCall by its unique ID. |
| Get Contact | get-contact | Retrieve a specific contact by its unique ID. |
| List Contacts | list-contacts | Retrieve all contacts linked to your JustCall account with optional filters for pagination and search. |
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