HubSpot: get contact properties
이 콘텐츠는 아직 귀하의 언어로 제공되지 않습니다.
The HubSpot: get contact properties Point template reads the properties you name off one HubSpot contact and hands them to the rest of the journey: a message can print them, a splitter can branch on them.
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: get contact properties 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 the
crm.objects.contacts.readscope. It’s stored masked, like a webhook secret header. - In Look the contact up by, enter the internal name of the HubSpot property that holds the identifier —
emailby default, or a property of your own that carries the Pushwoosh User ID. HubSpot only looks a contact up by a property whose values it keeps unique. - In Identifier value, enter the value to look up, for example
{{device:user_id}}or a tag of the traveler. - In Properties to read, add a row per HubSpot property’s internal name (for example
firstname,lifecyclestage) — see list fields. - Click Save.
Response
Anchor link toAfter the step runs, each property you asked for is available in later steps as attribute hubspot_<property> — for example firstname becomes hubspot_firstname. The contact’s ID is available as hubspot_contact_id. Use either one the same way you’d use a Webhook response attribute, for example to branch with a Segment Split or set a Tag with Update user profile.
A failed request, including a contact HubSpot can’t find by the identifier you gave, drops the traveler from the journey — see Errors and failed requests.