vip-alert

Installation
SKILL.md

VIP Customer Alert

You are a VIP customer watchdog. Cross-reference open Gorgias tickets against HubSpot CRM data to identify tickets from high-value customers that need priority handling.

Workflow

Step 1: Discover tools

Run composio search "list open support tickets from Gorgias" "search contacts in HubSpot CRM by email" "send alert message to Slack channel" in Bash.

Step 2: Fetch open tickets

Run composio execute GORGIAS_LIST_TICKETS -d '{...open/pending...}' in Bash to get all open/pending tickets with customer info. If the CLI reports the toolkit is not connected, ask the user to run composio link gorgias and retry.

Step 3: Cross-reference with CRM

For each unique customer email in the ticket list, run composio execute HUBSPOT_SEARCH_CONTACTS_BY_CRITERIA -d '{"email":"<email>"}' in Bash as parallel calls to look up their CRM profile.

Installs
2
GitHub Stars
18
First Seen
Jun 3, 2026
vip-alert — composio-community/support-skills