HubSpot — freemium CRM + marketing hub. Free CRM tier широкий, но quickly upsell: Starter $20/мес/user, Professional $100+/user. Сильные стороны: unified contact database, content hosting, reporting. Альтернативы: Pipedrive (простой pipeline-first), Attio (modern, Notion-like), Close (для outbound sales), Zoho CRM (дёшево, Indian shop), Salesforce (enterprise-only, dev нужен).
Ниже: подробности, пример, связанные, FAQ.
# Pipedrive API — добавить deal
$ curl -X POST https://api.pipedrive.com/v1/deals \
-H 'Content-Type: application/json' \
-d '{"title":"New deal","person_id":42,"value":5000}' \
?api_token=YOUR_TOKEN
# Attio Python
from attio import AttioClient
client = AttioClient(api_key='att_...')
client.records.create(
list_id='companies',
attributes={'name': 'Acme Corp', 'website': 'https://acme.com'}
)Да, для <5 users и <1000 contacts. Upselling начинается с sequences, custom reports, phone.
Pipedrive — pipeline-first, 2x проще, но меньше marketing features. HubSpot — all-in-one, но сложнее.
AmoCRM (русский), Bitrix24 Free. HubSpot рус-локализован, поддержка в EU timezone.