Flow Requests
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: Optional display name. Needed when another request calls this one via a chained request.
- Type: Set to
flowto trigger a Shopify Flow workflow. - Parameters (?):
- Flow: JSON key/value pairs passed to your workflow.
- System: Used by APIEase in cases such as Customer Authentication.
- Supply in app parameters or dynamic embedded parameters from the storefront.
- Mark credentials or secrets as Sensitive so they are encrypted and never exposed in the storefront or admin UI.
Triggers (?): Choose how the request should be triggered:
- Automatically via webhook
- On a recurring schedule using cron
- As an endpoint served by APIEase via Proxy Endpoints
- Remotely from any http client.
- Manually via the "Copy and Execute" link on the requests admin page
- From your storefront using Shopify's app proxy
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.