I am using the Klaviyo Flow to trigger a webhook when order is fulfilled.
I am trying to access the data contained in event.extra.line_items
{
"email": "{{ person.email }}",
"event": "{{ event.extra.line_items }}"
}
I am unable to set this as the webhook field as I am getting an invalid JSON error.
I hope this is not a bug, but my syntax should be straightforward. Appreciate if someone can point me in the right direction as to why the above returns invalid JSON error.