run
Syntax
{% run "script_handle", param1:value1, param2:value2 %}Parameters
{% assign customer_email = "support@code57.pl" %}
{% run "send_welcome_email", email:customer_email, template:"onboarding" %}{% run "sync_inventory", product_id:product.id, warehouse:"EU", quantity:new_qty %}No return value
Delayed execution
Dynamic handle
Example: Trigger background sync for each order item
Example: Send notification with delay
Legacy format: JSON payload
Limitations
Last updated