workflows.fit
Back to n8n workflows
n8n templateFreeBy Beex

Automatic re-engagement for inactive Shopify customers via Beex

Summary Re-engage your customers with your Shopify store through a personalized contact sequence. How it works 1. The workflow is triggered by a Scheduler Trigger and immediately reviews your Shopify customers by retr...

DevelopmentCore NodesSalesHttp RequestSplit OutFilterShopify
Loading interactive preview...

Template notes

Summary

Re-engage your customers with your Shopify store through a personalized contact sequence. How it works 1. The workflow is triggered by a Scheduler Trigger and immediately reviews your Shopify customers by retrieving their lastorderid.

2. For customers with a non-null lastorderid, the workflow proceeds to fetch detailed order information from Shopify, including the order closing date and the products involved.

3. Based on the order date, the workflow calculates the number of days the customer has been inactive. If this period exceeds a defined threshold (e.g., 30 days), the corresponding records are sent via API to Beex, where each customer enters a multi-step contact sequence that may include WhatsApp, email, and other channels.

Example: "Customers can then expect to receive a limited-time discount coupon invitation as part of the reactivation strategy".

![beexsequence.PNG](fileId:2768)

How to set up 1. Before importing the template, make sure to install the Beex node using the following package name: n8n-nodes-beex 2. Configure your Shopify credentials according to your store’s settings. You will need to provide: - Your store subdomain - Your Access Token - Your App Secret Key 3. For Beex users with platform access (if you need a trial, please contact frank@beexcc.com), go to the main dashboard and navigate to: Platform Settings → API KEY & Callback There, you can retrieve your API key and insert it into the corresponding Beex node within n8n.

![beexapikey.PNG](fileId:2769)