Loading...
Loading...
Zendesk integration. Manage customer success and ticketing data, records, and workflows. Use when the user wants to interact with Zendesk data.
npx skill4agent add membranedev/application-skills zendeskmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search zendesk --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 Assignable Groups | list-assignable-groups | List groups that can be assigned tickets |
| Get Group | get-group | Retrieve a specific group by ID |
| List Groups | list-groups | List all groups in Zendesk |
| Delete Organization | delete-organization | Delete an organization from Zendesk |
| Update Organization | update-organization | Update an existing organization's properties |
| Create Organization | create-organization | Create a new organization in Zendesk |
| Get Organization | get-organization | Retrieve a specific organization by ID |
| List Organizations | list-organizations | List all organizations in Zendesk |
| Get Current User | get-current-user | Get the currently authenticated user (me) |
| Update User | update-user | Update an existing user's properties |
| Create User | create-user | Create a new user in Zendesk |
| Get User | get-user | Retrieve a specific user by ID |
| List Users | list-users | List users in Zendesk with optional filtering |
| List Ticket Comments | list-ticket-comments | List all comments on a specific ticket |
| Search | search | Search for tickets, users, and organizations using Zendesk's unified search API |
| Delete Ticket | delete-ticket | Delete a ticket permanently (admin only) or mark as spam |
| Update Ticket | update-ticket | Update an existing ticket's properties |
| Create Ticket | create-ticket | Create a new support ticket in Zendesk |
| Get Ticket | get-ticket | Retrieve a specific ticket by its ID |
| List Tickets | list-tickets | List all tickets in your Zendesk account 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