APIs & Integrations

Harry2
Member

API for workflows Logevent

I am using this api for fetch log events for workflows

Log events | Workflows API

PUT  /automation/v3/logevents/workflows/:workflowId/filter - Get a history of events for a contact in a specific workflow

Now i want to receive custom properties in the JSON response? e.g: lead_id

how it is possible ?

0 Upvotes
1 Reply 1
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

API for workflows Logevent

Hi @Harry,

That endpoint only provides a workflow's event log; it's not possible to include contact property values in the response. To get a contact's properties, you'll need to use the Contacts API:

0 Upvotes