- Create HubSpot record — makes a new record, setting the properties you specify.
- Update HubSpot record — sets a property on an existing record.
How to use it
Create a record- Add a Create HubSpot record step.
- Choose the object — account, contact, or deal.
- Set at least one property on the new record. Each value can be typed in or pulled from an earlier step with a
{{variable}}.
- Add an Update HubSpot record step.
- Point it at the record to update, using its HubSpot record id from an earlier step — for example, the account on the meeting or a record you looked up.
- Choose the property and the value to write.
Good to know
- Writing to HubSpot requires a connected HubSpot integration with write access for your workspace.
- Each step acts on one record per run. To create or update many, place the step inside a loop over a set of records.
- The id of a record you just created is available to later steps, so you can chain a follow-up — create a record, then update it — off what you made.
- You can require human review on a write, so a person approves before it commits.
In practice
When a new contact turns up on a call, create the HubSpot contact from the meeting’s attendee details, then update the associated deal’s next-step property — automatically, so the CRM reflects the conversation without anyone re-keying it.Related
- Write to Salesforce from a workflow — the same idea for a Salesforce CRM
- Find & filter records — pull the records a workflow should act on
- Loops — write one record per item in a set