CRM Integration

HubSpot, Wix, and Notion CRM integration configurations

HubSpot Configuration

API setup and authentication

API Version
v3
Auth Method
OAuth 2.0
Base URLapi.hubapi.com
Status
Connected

Field Mapping

Form FieldCRM PropertyType
emailemail
string
firstNamefirstname
string
lastNamelastname
string
companycompany
string
phonephone
string
messagemessage
string
Sample Contact Object

HubSpot contact record structure

{
  "id": "contact_abc123",
  "email": "jane.doe@acmecorp.com",
  "firstname": "Jane",
  "lastname": "Doe",
  "company": "Acme Corporation",
  "phone": "+44 20 7946 0958",
  "lifecyclestage": "lead",
  "createdate": "2025-02-15T10:30:00Z",
  "lastmodifieddate": "2025-02-20T14:15:00Z"
}

Supported Objects

Contacts
Companies
Deals
Tickets
Notes
Tasks