Please excuse my ignorance as I am not a programmer, but I’m trying to add the Order ID to the PayLoad of the Webhook. I was able to see what the property was inside of Klaviyo, but it is saying that my Syntax is incorrect.
Can anyone help me please!
{
"email": "{{ person.email }}"
"order.id": "{{ event.id.extra }}"
}