Shopify Flow
Last updated
Last updated
With MESA, you can expand what Shopify Flow can do. Workflows can begin and end on either platform and allow you to pass data between services. This opens Shopify Flow to new possibilities, functionality, and apps.
By default, MESA will automatically connect to the Shopify store where you have installed MESA and Shopify Flow and no further action is necessary. 😊
You can send Customer, Order, and Product data from Shopify Flow to MESA.
1. Create a new MESA workflow using a Shopify Flow trigger.
2. In Shopify Flow, create a new workflow and click the Add action button. Then, select the corresponding MESA action that you selected in Step 1.
If you select the Send to Mesa action in Shopify Flow, you can copy the Workflow Key by going to your MESA workflow's Dashboard tab.
1. Add a Shopify Flow action to your MESA workflow anytime you want to invoke Shopify Flow.
2. Complete any required fields referencing an ID. In most cases, you want to use MESA's Variables feature and locate the variable that represents the entity's ID (e.g. Product ID, Customer ID, Order ID).
3. Create a new workflow in Shopify Flow.
4. Within Shopify Flow's " Start When" block, select a MESA Action.
Use this step to send unstructured or custom data to your Shopify Flow. This will allow you to define a key-value pair array (similar to the Line Items properties), and you can read this in your Shopify Flow.
For example, we want to send a Shopify Order's Name and ID to our Flow. We can set this up by doing the following.
In Shopify Flow, we can reference the data as {{ custom_data.data[0].value }}
and this will represent the Order's Name.