flow
Triggers Shopify Flow. The flow needs to be created in Shopify Flow app and the trigger name needs to be: Event Payload Trigger V2.
Read more about DataJet and Shopify Flow here.
{% flow payload:payload as result %}
Use this code to trigger Shopify Flow with sample payload:
{% json flow_payload %}
{
"foo": "bar"
}
{% endjson %}
{% flow payload:payload as result %}
Last updated