Trigger Shopify Flow by customer update

In this article we want to show you how to trigger your workflow in Shopify Flow on customer update.

At first you need to request permissions for "Customer Data Access", since we disabled access per default.


Flow Trigger Extensions dashboard

Click on "Request Permission". A new popups needs your confirmation

Modal for data access confirmation

Click "Update". Now you can use our customer update trigger.


Optional permission in Flow Trigger Extensions

You can revoke access at any time.


Now can start building your flow. Select the "Customer Update" trigger from our App Flow Trigger Extensions.

Our advanced triggers in Shopify Flow

For testing purposes we use the debug log Action that just prints stuff into the result.

You can use the customer object from variables for customer related data like id, email or addresses.

The final flow looks like this:


Now you can update a customer and check invocations for the given flow. In my example i just add the Tag "Test" to an existing customer.

In the "Flow" App i go to "Recent runs" and check if there was an invocation:

As you can see it works. It prints our text "Updated customer {{ customer.id }} like we wanted.

Have fun building advanced workflows with this

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us