Loading...
Loading...
Freshservice integration. Manage Tickets, Contacts, Companies, Products, Contracts, Vendors. Use when the user wants to interact with Freshservice data.
npx skill4agent add membranedev/application-skills freshservicemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search freshservice --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 Tickets | list-tickets | Retrieve a list of all tickets in Freshservice |
| List Agents | list-agents | Retrieve a list of all agents in Freshservice |
| List Requesters | list-requesters | Retrieve a list of all requesters in Freshservice |
| List Assets | list-assets | Retrieve a list of all assets in Freshservice |
| List Changes | list-changes | Retrieve a list of all changes in Freshservice |
| List Problems | list-problems | Retrieve a list of all problems in Freshservice |
| Get Ticket | get-ticket | Retrieve a specific ticket by ID |
| Get Agent | get-agent | Retrieve a specific agent by ID |
| Get Requester | get-requester | Retrieve a specific requester by ID |
| Get Asset | get-asset | Retrieve a specific asset by display ID |
| Get Change | get-change | Retrieve a specific change by ID |
| Get Problem | get-problem | Retrieve a specific problem by ID |
| Create Ticket | create-ticket | Create a new ticket in Freshservice |
| Create Agent | create-agent | Create a new agent in Freshservice |
| Create Requester | create-requester | Create a new requester in Freshservice |
| Create Asset | create-asset | Create a new asset in Freshservice |
| Create Change | create-change | Create a new change in Freshservice |
| Create Problem | create-problem | Create a new problem in Freshservice |
| Update Ticket | update-ticket | Update an existing ticket in Freshservice |
| Delete Ticket | delete-ticket | Delete a ticket from Freshservice |
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