Minimal Flow Integration with APIEase
Kevin Wilde
Last Update há um mês
Add a Flow Request in APIEase
Go to the Requests page in APIEase and create a new Flow request.Create a Shopify Flow Workflow
In Shopify Flow, start a new workflow and select “APIEase Flow Trigger” as the trigger.Add a Condition
Add a Condition block to check if the requestId passed in matches the requestId of your flow.Add the APIEase Flow Action
Use the “APIEase Flow Action” and return a variable named flowParameters.
⚠️ Important: If your Flow does not return flowParameters from the action, APIEase will still return a response, but it will not include the details produced by the Flow. APIEase waits for the call to the action’s runtime_url to complete before returning the final response to the original request.