Integração da linha do tempo de contatos
Essa API é estável, mas usa um formato antigo. Isso significa que algumas funcionalidades podem não estar disponíveis (por exemplo, chamadas de teste e integração Postman).
The Contact Timeline Embed is a custom timeline view that enables integrators to insert the HubSpot contact timeline into an external system. Integrators can use the URL to prompt a log in to HubSpot (if the users haven't already) and surface a custom, embeddable view of the HubSpot timeline. The custom view includes the contact's HubSpot score and allows full timeline filtering. For Marketing Professional/Enterprise portals, the embed also provides the option to enroll contacts in HubSpot workflows.
Requisitos
Parâmetros
The Hub ID of the portal in question. Used in the request URL (see example).
The vid
of the contact record you're looking to embed.
Resposta
Example iframe:
{% set example_iframe = "<iframe src=\"https://app.hubspot.com/contact-timeline-embed/62515/login?id=9248324\"></iframe>" %}
{{example_iframe|escape}}