CRM Integration
Connect your CRM and never lose a lead again.
Overview
Gillya integrates with the most popular CRMs. Connect one at a time and sync leads automatically.
| CRM | Status | Features |
|---|---|---|
| HubSpot | ✅ | Contacts, deals, companies, activities |
| Pipedrive | ✅ | Deals, organizations, activities |
| Airtable | ✅ | Custom bases, tables, records |
Connect a CRM
Connect your CRM using an API key or access token.
Підключення CRM доступне через AI агента:
# Через AI агента
gillya agent "підключи HubSpot CRM з ключем your-hubspot-api-key"
gillya agent "підключи Pipedrive з токеном your-pipedrive-token"Або через MCP інструменти після gillya connect:
# В Claude Code / Cursor / VS Code Copilot
"підключи HubSpot CRM з ключем your-hubspot-api-key"
# В pi.dev
/gillya-chat підключи HubSpot CRMТакож CRM можна підключити через веб-інтерфейс:
1. Увійдіть в акаунт на gillya.com
2. Перейдіть в Налаштування → CRM
3. Введіть API ключ обраної CRMOnly one CRM can be active at a time. Connecting a new one will replace the previous one.
Syncing Leads
Sync leads to your connected CRM automatically or manually.
Manual Sync
Ручна синхронізація ліда в CRM:
# Через AI агента
gillya agent "синхронізуй лід: Іван Петров, +380501234567, послуга ремонт взуття"
# Через MCP (Claude Code)
"створи лід в CRM: Іван Петров, телефон +380501234567"Automatic Sync
When a visitor fills out the chat widget form, the lead is automatically synced to your CRM:
- Visitor enters name and phone in chat widget
- Gillya AI qualifies the lead
- Lead data sent to CRM via API
| Field | Description | Required |
|---|---|---|
| name | Full name | ✅ |
| phone | Phone number | ✅ |
| service | Service of interest | ❌ |
| customFields | Custom key-value fields | ❌ |
Check Status
Check which CRM is currently active and connected.
# Через AI агента
gillya agent "який статус CRM підключень?"
# Через MCP (Claude Code)
"перевір статус CRM"If no CRM is active, use 'crm connect' to set one up.