Shopify Flow
SimplerSuite Wishlist integrates with Shopify Flow to let you build automated workflows based on wishlist activity. Available on Growth and Scale plans.
Triggers
Triggers fire when a wishlist event occurs. Use them to start a Flow workflow.
Customer triggers
| Trigger | Fires when | Data provided |
|---|---|---|
| Wishlist item added | A customer adds a product to their wishlist | Customer, Product, Variant ID |
| Wishlist item removed | A customer removes a product from their wishlist | Customer, Product |
| Wishlist shared | A customer generates a share link | Customer, Share token, Recipient email |
Product triggers
| Trigger | Fires when | Data provided |
|---|---|---|
| Back in stock | A wishlisted product becomes available | Product, Product title, Subscriber count, Customer IDs |
| Price dropped | A wishlisted product’s price decreases | Product, Product title, Previous price, Current price, Subscriber count, Customer IDs |
| Low stock | A wishlisted product’s inventory drops below 5 units | Product, Product title, Inventory level, Subscriber count, Customer IDs |
Product triggers include the subscriber count (number of customers who wishlisted the product) and the list of customer IDs, so you can target notifications or actions to the right audience.
Actions
Actions let you modify wishlists from within a Flow workflow.
| Action | Description | Parameters |
|---|---|---|
| Add to wishlist | Add a product to a customer’s wishlist | Shop domain, Customer, Product, Variant ID (optional) |
| Remove from wishlist | Remove a product from a customer’s wishlist | Shop domain, Customer, Product |
Example workflows
Tag high-demand products
Trigger: Wishlist item added Condition: Product wishlist count > 50 Action: Add tag “trending” to the product
Send a custom back-in-stock email via Klaviyo
Trigger: Back in stock Action: For each customer ID, trigger a Klaviyo event with the product details
Auto-add free samples to wishlists
Trigger: Order placed (Shopify built-in) Condition: Order total > $100 Action: Add product “free-sample-pack” to the customer’s wishlist
Notify your team about popular items
Trigger: Wishlist item added Condition: Product wishlist count > 100 Action: Send Slack notification to #product-team
Setup
- Install Shopify Flow if you haven’t already
- Make sure you’re on the Growth or Scale plan
- Open Shopify Flow from your Shopify admin
- Click Create workflow
- Search for “SimplerSuite” when selecting a trigger or action
SimplerSuite Wishlist triggers and actions appear automatically in the Flow editor once you’re on an eligible plan.