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.

CRMStatusFeatures
HubSpotContacts, deals, companies, activities
PipedriveDeals, organizations, activities
AirtableCustom 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 ключ обраної CRM
ℹ️
Only 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:

  1. Visitor enters name and phone in chat widget
  2. Gillya AI qualifies the lead
  3. Lead data sent to CRM via API
FieldDescriptionRequired
nameFull name
phonePhone number
serviceService of interest
customFieldsCustom 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.