HubSpot: create or update contact
เนื้อหานี้ยังไม่มีในภาษาของคุณ
The HubSpot: create or update contact Point template upserts one HubSpot contact by email: it creates a new contact when the email isn’t found, or updates the listed properties when it is.
This point authenticates with its own HubSpot private app token — it doesn’t use any account-level HubSpot integration configured elsewhere in Settings.
Configure the point
Anchor link to- Drag HubSpot: create or update contact from the Integrations section onto the canvas.
- Double-click the point and enter a Step Name.
- In Private app token, enter a HubSpot private app token with permission to write contacts. It’s stored masked, like a webhook secret header.
- In Contact email, enter the email HubSpot uses to find an existing contact. It takes the same macros as Properties, for example
{{tag:Email}}, so each traveler upserts their own contact instead of all of them colliding on one fixed address. Don’t repeat it in Properties. - In Properties, add HubSpot’s internal property name (for example
firstname,phone) mapped to the value to set — see key/value fields. - Click Save.
Response
Anchor link toAfter the step runs, the HubSpot contact’s ID is available in later steps as attribute hubspot_contact_id — use it the same way you’d use a Webhook response attribute, for example to set a Tag with Update user profile.
A failed request drops the traveler from the journey — see Errors and failed requests.