September 09, 2020

Use dynamic URL’s and headers in Shopify Flow’s Send HTTP Request action.

You can now dynamically change the URL or header fields in Shopify Flow’s Send HTTP request action by using template variables.

For example, to change the URL’s path based on an ID, you could write the URL like so: https://shopify.com/customer/{{customer.id}}. There are no restrictions on where to put template variables in the action’s headers. You can also add template variables to both the header values and keys.

Here is an example configuration

Learn more about Shopify Flow from the Shopify Help Center.