Loading...
Loading...
Dialpad integration. Manage Users, Groups, Departments, Offices. Use when the user wants to interact with Dialpad data.
npx skill4agent add membranedev/application-skills dialpadmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search dialpad --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 | No description |
| List Calls | list-calls | No description |
| List Contacts | list-contacts | No description |
| List Departments | list-departments | No description |
| List Call Centers | list-call-centers | No description |
| List Numbers | list-numbers | No description |
| List Offices | list-offices | No description |
| List Webhooks | list-webhooks | No description |
| Get User | get-user | No description |
| Get Call | get-call | No description |
| Get Contact | get-contact | No description |
| Get Department | get-department | No description |
| Get Call Center | get-call-center | No description |
| Get Number | get-number | No description |
| Get Office | get-office | No description |
| Create User | create-user | No description |
| Create Contact | create-contact | No description |
| Create Call Center | create-call-center | No description |
| Update User | update-user | 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