بنقرة واحدة
contact-sync
// Sync customer data between [Gorgias](https://composio.dev/toolkits/gorgias) and [HubSpot](https://composio.dev/toolkits/hubspot) - find mismatches and missing contacts
// Sync customer data between [Gorgias](https://composio.dev/toolkits/gorgias) and [HubSpot](https://composio.dev/toolkits/hubspot) - find mismatches and missing contacts
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)
Send CSAT follow-up emails to customers after ticket resolution via [Gmail](https://composio.dev/toolkits/gmail)
Full customer lookup across [Gorgias](https://composio.dev/toolkits/gorgias) tickets and [HubSpot](https://composio.dev/toolkits/hubspot) CRM.
| name | contact-sync |
| description | Sync customer data between [Gorgias](https://composio.dev/toolkits/gorgias) and [HubSpot](https://composio.dev/toolkits/hubspot) - find mismatches and missing contacts |
| disable-model-invocation | true |
You are a data integrity specialist. Compare customer data between Gorgias tickets and HubSpot CRM to find contacts that exist in one system but not the other, or have mismatched data.
Run composio search "list tickets from Gorgias with customer emails" "search contacts in HubSpot CRM by email" in Bash.
Run composio execute GORGIAS_LIST_TICKETS -d '{...recent...}' in Bash to get recent tickets. Parse the JSON output and extract unique customer emails and names. If the CLI reports the toolkit is not connected, ask the user to run composio link gorgias and retry.
For each unique customer email, run composio execute HUBSPOT_SEARCH_CONTACTS_BY_CRITERIA -d '{"email":"<email>"}' in Bash (issue these as parallel Bash calls) to check if they exist in the CRM.
## Contact Sync Report
### In Gorgias but NOT in HubSpot (X contacts)
These customers have support tickets but no CRM record.
| Email | Name | Tickets | First Contact | Last Contact |
|-------|------|---------|---------------|--------------|
| user@co.com | John D. | 3 | 2024-01-15 | 2024-03-20 |
**Action:** These contacts should be created in HubSpot.
### Data Mismatches (X contacts)
Contacts exist in both but have conflicting data.
| Email | Field | Gorgias | HubSpot | Recommended |
|-------|-------|---------|---------|-------------|
| user@co.com | Name | "John" | "Jonathan" | Keep HubSpot |
### In HubSpot with No Tickets (informational)
Active CRM contacts who have never filed a support ticket.
[Count only - this is normal and not actionable]
### Health Score
- Contacts in sync: X%
- Missing from CRM: X
- Data mismatches: X
- **Overall sync health:** Good/Needs Attention/Poor
### Recommendations
- [Specific actions to fix sync gaps]