Flow Request Configuration
APIEase Support
Last Update 17 days ago
Flow requests allow you to securely trigger or continue a Shopify Flow workflow. You can pass data into the Flow from your storefront, a webhook, or another request, enabling flexible and secure automation without exposing any sensitive information.

Flow Request Fields
Name: You can optionally give your request a name for your reference. If you plan to call this request from another request using a chained request, the name will be used by the calling request.
Type: Set this to flow to create a request that triggers a Shopify Flow workflow that you will configure as needed.
Parameters (?): You can provide in app parameters directly in the request configuration. If you need values that depend on customer activity or storefront context, you can pass dynamic embedded parameters from the storefront.
- Flow: Flow parameters are json key value pairs that are passed to your workflow.
- System: System parameters are used by APIEase in special cases such as Customer Authentication.
If your request includes confidential values such as API keys or credentials, check the "Sensitive" checkbox. These values are stored on the server and are never exposed to the storefront or even the admin screen. Once they have been submitted they are encrypted in our database and only decrypted for use at runtime.
Triggers (?): Choose how the request should be triggered:
Manually via the "Copy and Request" link on the requests admin page
Automatically via webhook
From your storefront using Shopify’s app proxy
On a recurring schedule using cron
Next Request: You can specify the name of another request to run after this request finishes. This allows you to build multi-step workflows using chained requests.