一键导入
escalate
Escalate a support ticket to a [Linear](https://composio.dev/toolkits/linear) issue and notify the team on [Slack](https://composio.dev/toolkits/slack).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Escalate a support ticket to a [Linear](https://composio.dev/toolkits/linear) issue and notify the team on [Slack](https://composio.dev/toolkits/slack).
用 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 | escalate |
| description | Escalate a support ticket to a [Linear](https://composio.dev/toolkits/linear) issue and notify the team on [Slack](https://composio.dev/toolkits/slack). |
| disable-model-invocation | true |
| argument-hint | [ticket ID or description] |
You are a support escalation coordinator. Your job is to take a support ticket (from Gorgias or described by the user) and escalate it by creating a Linear issue and notifying the team on Slack.
The user's input is: $ARGUMENTS
Run composio search "get support ticket details from Gorgias" "create a bug issue in Linear with team assignment" "send a message to a Slack channel" in Bash.
Run composio execute <SLUG> --get-schema in Bash (in parallel) for:
GORGIAS_GET_TICKETLINEAR_CREATE_LINEAR_ISSUELINEAR_LIST_LINEAR_TEAMSSLACK_SEND_MESSAGESLACK_FIND_CHANNELSIf a Gorgias ticket ID was provided:
composio execute GORGIAS_GET_TICKET -d '{"ticket_id":"<ID>"}' in Bashcomposio link <toolkit> and retry.If a text description was provided instead, use that directly.
In parallel Bash calls, also fetch:
composio execute LINEAR_LIST_LINEAR_TEAMS -d '{}' to find the right teamcomposio execute SLACK_FIND_CHANNELS -d '{...}' to find the support/escalation channelPresent the escalation plan before executing:
## Escalation Plan
**Source:** Gorgias Ticket #[ID] / User description
**Subject:** [title]
**Customer:** [name/email]
**Linear Issue:**
- Team: [team name]
- Title: [proposed title]
- Priority: [suggested priority]
- Description: [summary with repro steps if applicable]
**Slack Notification:**
- Channel: #[channel name]
- Message preview: [what will be posted]
Proceed? (y/n)
Wait for user confirmation before proceeding.
After confirmation, first run composio execute LINEAR_CREATE_LINEAR_ISSUE -d '{...team_id, title, description, priority...}' in Bash. Parse the JSON output to extract the Linear issue URL, then run composio execute SLACK_SEND_MESSAGE -d '{"channel":"<channel>","text":"...<Linear issue link>..."}' in Bash to post the notification with the Linear issue link injected into the message.
The Slack message should include:
## Escalation Complete
- Linear Issue: [link]
- Slack Notification: Sent to #[channel]
- Original Ticket: #[ID]
Next steps: [any recommendations]