In a webhook action I want to be able to include product data in the custom data (key/value) settings.
In the value fiel the database data include order datas, payment datas but no product datas.
My worflow is triggered by a order submitt trigger. I am not filetering by product or funnel because I want a generic workflow to feed my account software.
So I need to pull in the data related to the product that was purchased with each order submitt trigger.
Thanks