Hello,
I am creating a Klaviyo flow in which an external webhook is added. In the webhook, I need to get the value of the Profile ID (or Unique ID which looks like: ‘01H93QW1DV42YDCQN*********’) and add it to the request body. How I can get the value of the Profile ID as a variable?
I read the official doc: https://help.klaviyo.com/hc/en-us/articles/4408802648731 that says `{{ person.id }}` can bring out the Unique ID ($id/external ID) . However, I got ‘None’ when I did it.
Could anyone please advise what is the correct variable I can use to bring the value of the profileID out? Thanks!
Junsheng