Create HubSpot contacts from Typeform responses
This action will create or update a contact in your HubSpot CRM by email.
Developer info
- API endpoint slug
- hubspot.create_or_update_contact
- Filter code method
- Hubspot.createOrUpdateContact.skip(string?: reason)
- Runtime method
- runAction("hubspot.create_or_update_contact", {})
Action fields
Email Text input > Other
- Label
- Helper text
- The contact's email address. Used as the unique identifier.
- Slug
- Required
- true
- Can have default value
- true
- Filter code method
- Hubspot.createOrUpdateContact.setEmail(string: email)
First name Text input > Other
- Label
- First name
- Slug
- first_name
- Required
- false
- Can have default value
- true
- Filter code method
- Hubspot.createOrUpdateContact.setFirstName(string: first_name)
Last name Text input > Other
- Label
- Last name
- Slug
- last_name
- Required
- false
- Can have default value
- true
- Filter code method
- Hubspot.createOrUpdateContact.setLastName(string: last_name)
Phone Text input > Other
- Label
- Phone
- Slug
- phone
- Required
- false
- Can have default value
- true
- Filter code method
- Hubspot.createOrUpdateContact.setPhone(string: phone)
Company Text input > Other
- Label
- Company
- Slug
- company
- Required
- false
- Can have default value
- true
- Filter code method
- Hubspot.createOrUpdateContact.setCompany(string: company)
Jobtitle Text input > Other
- Label
- Job title
- Slug
- jobtitle
- Required
- false
- Can have default value
- true
- Filter code method
- Hubspot.createOrUpdateContact.setJobtitle(string: jobtitle)
Lifecyclestage Dropdown list
- Label
- Lifecycle stage
- Slug
- lifecyclestage
- Required
- false
- Can have default value
- true
- Filter code method
- Hubspot.createOrUpdateContact.setLifecyclestage(string: lifecyclestage)
