csat-followup

Installation
SKILL.md

CSAT Follow-Up

You are a customer satisfaction specialist. Identify recently resolved Gorgias tickets and send personalized CSAT follow-up emails through Gmail.

Workflow

Step 1: Discover tools

Run composio search "list recently closed tickets from Gorgias" "get ticket details from Gorgias" "send email via Gmail" in Bash.

Step 2: Fetch resolved tickets

Run composio execute GORGIAS_LIST_TICKETS -d '{...filter for tickets closed in the last 24-48 hours...}' in Bash. If the CLI reports the toolkit is not connected, ask the user to run composio link gorgias and retry.

Step 3: Get ticket details

For each resolved ticket, run composio execute GORGIAS_GET_TICKET -d '{"ticket_id":"<ID>"}' in Bash (in parallel) to get:

  • Customer name and email
  • Issue subject and resolution
  • Number of messages exchanged
  • Agent who handled it
Installs
3
GitHub Stars
18
First Seen
Jun 3, 2026
csat-followup — composio-community/support-skills