APIs & Integrations

thrbn
Member

Popups triggered by a workflow?

Hello there,

is it possible to show an user a popup (with a form) if he satisfied conditions - f.e. to show the popup if the user is registered and visits the homepage for the third time?

Kind regards,
Thorben

0 Upvotes
1 Reply 1
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Popups triggered by a workflow?

Hi @thrbn,

This isn't really possible by default, but you could potentially implement a custom workaround using the 'Get contact by usertoken' endpoint:

Get a contact by its user token

GET /contacts/v1/contact/utk/:contact_utk/profile - For a given portal, return information about a single contact by its User Token (hubspotutk)

0 Upvotes