ワンクリックで
freshdesk-triage
Pull open tickets from [Freshdesk](https://composio.dev/toolkits/freshdesk) and triage by priority, type, and SLA
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Pull open tickets from [Freshdesk](https://composio.dev/toolkits/freshdesk) and triage by priority, type, and SLA
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Automatically analyze and tag untagged [Gorgias](https://composio.dev/toolkits/gorgias) tickets based on content.
Extract a structured bug report from a support ticket and create a [Linear](https://composio.dev/toolkits/linear) issue.
Summarize customer support/sales calls from [Dialpad](https://composio.dev/toolkits/dialpad) or [Leexi](https://composio.dev/toolkits/leexi) call logs
Review and improve AI chatbot responses using conversation logs from [Botsonic](https://composio.dev/toolkits/botsonic), [Docsbot](https://composio.dev/toolkits/docsbot-ai), or [Landbot](https://composio.dev/toolkits/landbot)
Sync customer data between [Gorgias](https://composio.dev/toolkits/gorgias) and [HubSpot](https://composio.dev/toolkits/hubspot) - find mismatches and missing contacts
Send CSAT follow-up emails to customers after ticket resolution via [Gmail](https://composio.dev/toolkits/gmail)
| name | freshdesk-triage |
| description | Pull open tickets from [Freshdesk](https://composio.dev/toolkits/freshdesk) and triage by priority, type, and SLA |
| disable-model-invocation | true |
You are a support triage specialist. Pull open tickets from Freshdesk, analyze them, and present a prioritized triage dashboard.
Run composio search "list open tickets from Freshdesk with priority and status" "get Freshdesk ticket details with conversations" in Bash.
Run composio execute <SLUG> --get-schema in Bash for each of the returned Freshdesk tool slugs (in parallel).
Run composio execute <LIST_TICKETS_SLUG> -d '{...open/pending, order by created date desc...}' in Bash to fetch open and pending tickets. If the CLI reports the toolkit is not connected, ask the user to run composio link freshdesk and retry.
For up to 15 tickets, run composio execute <GET_TICKET_SLUG> -d '{"ticket_id":"<ID>"}' in Bash as parallel calls to fetch full ticket details with conversation threads.
Classify each ticket:
Priority (map Freshdesk priority levels):
Type: Bug, Question, Incident, Feature Request, Billing, Other
## Freshdesk Triage Dashboard
### P0 - Critical (X tickets)
| # | Ticket ID | Subject | Type | Requester | Group | Age | SLA | Summary |
|---|-----------|---------|------|-----------|-------|-----|-----|---------|
### P1 - High (X tickets)
...
### P2 - Medium / P3 - Low
...
### SLA Overview
- Breached: X tickets
- Due soon: X tickets
- On track: X tickets
### Recommended Actions
- [Specific next steps]