Shopify Flow

With MESA, you can expand what Shopify Flow can do. Automations can begin and end on either platform, and integration allows you to pass data between the services. This opens Shopify Flow to new possibilities, functionality, and apps.

Starting a Shopify Flow Workflow From MESA

1. Add a Shopify Flow action to your MESA workflow anytime you want to invoke Shopify Flow.

2. Payload is an optional field that allows you to pass a string for use in Shopify Flow.

3. Create a new workflow in Shopify Flow.

4. Within Shopify Flow's " Start When" block, select the MESA Action.

For an example, see our Trigger a Shopify Flow workflow from any service template.

Starting a MESA Workflow From Shopify Flow

1. Create a new MESA workflow using the Shopify Flow trigger.

2. Copy the key for this MESA workflow to your clipboard. You can find your workflow's key from your workflow's Dashboard under the Actions heading.

3. In Shopify Flow, create a new workflow and click the Add action button. Then, select MESA and the Send To MESA action.

4. Use the MESA workflow key you copied from Step 2 in the "Workflow Key" field in Shopify Flow.

Use the Payload field to pass data from Shopify Flow to MESA. You can use a string of text, variables, or a combination of both. For an example, see our Trigger custom code from a Shopify Flow workflow template.

While the payload is sent from Shopify Flow to MESA as a string, you can write the payload using JSON notation and use JSON.parse() within a custom code step in MESA to receive structured data.

Last updated