HubSpot: add timeline event
此内容尚未提供您的语言版本。
Use HubSpot: add timeline event to log that a traveler passed this journey step directly onto a HubSpot contact’s timeline, alongside emails, calls, and other CRM activity. The event carries the journey’s name, the step’s name, and whether the traveler is subscribed to push.
Put this point after one that already knows the contact, for example HubSpot: get contact properties, HubSpot: create or update contact, or HubSpot: update subscription — all three put the contact’s ID into attribute hubspot_contact_id, which this point needs.
Unlike the other HubSpot points, this one has no Private app token field: it authenticates through the account’s connected HubSpot integration instead of a token you paste into the point.
Before you start
Anchor link toConnect Pushwoosh to HubSpot first — see HubSpot integration.
Configure the point
Anchor link to- Drag HubSpot: add timeline event from the Integrations section of the left panel onto the canvas.
- Double-click the point and enter a Step Name.
- In HubSpot contact ID, click Insert Dynamic Value to pick
hubspot_contact_idfrom the HubSpot point earlier in this journey that found or wrote the contact. - If Pushwoosh is connected to more than one HubSpot portal, enter the numeric ID of the one to write to in HubSpot portal ID. Leave it empty when there’s just one.
- Click Save.
Response
Anchor link toThe traveler continues to whatever step you connect next on the canvas. This point doesn’t return an attribute.
Unlike HubSpot: get contact properties and HubSpot: update subscription, this point has a single path. There’s no Found/Not found branch to connect.
Failures and unexpected responses
Anchor link toOpen Calls log in the point’s drawer and check the response:
- A permission error — the connected portal doesn’t have the
timelinescope. See Before you start. - A request naming several portals — HubSpot portal ID is empty, and Pushwoosh is connected to more than one HubSpot portal. Fill it in with one of the IDs the response names.
A failed request drops the traveler from the journey. See Errors and failed requests.