LogoLogo
  • Help Center
  • Welcome To Inveterate
  • Guides
    • Getting Started
      • Install The Inveterate App
        • App Installation
        • Creating Your Inveterate Account
      • Set Up Company Profile
      • Enable Inveterate On Your Store
      • Adjust Customer Account Settings In Shopify
      • Add Membership Link Snippet to Customer Account Template
    • Program Setup
      • Tier Setup
        • Editing Tiers
        • Deleting Tiers
        • Free Trials For Paid Tiers
        • Universal Rebill Date
      • Benefits
        • Credit Based Benefits
          • Credit Expiration
          • Enabling Credit Based Benefits
          • Recurring Store Credits
          • Credits For Orders
          • Anniversary Credits
          • Store Credits For Purchase Referral
          • Sign Up Store Credits
        • Savings Based Benefits
          • Free Shipping
          • Member Only Discounts
          • Sign Up Discounts
          • Member Only Pricing
        • Access Based Benefits
          • Early Access
          • Exclusive Access
        • Gift Based Benefits
          • Free Gift At Signup
      • Landing Page
        • About The Landing Page
        • Configuring the Landing Page
          • Hero
          • Testimonial
          • Benefits
          • CTA
          • FAQ
        • Adding the Landing Page to Your Store
        • Landing Page Versioning
        • Adding Custom CSS Styling
      • Messaging
        • Content
        • Messaging Settings
    • Members
      • Member Portal
      • Manage Members
        • Canceling Members
        • Tier Upgrades and Downgrades
        • Members Page
        • Creating Segments
        • Exporting Member List
      • Member Profile
        • Fundamentals
        • Adjusting Credits
        • Anonymize Members
      • Shopify Account Pages
    • Settings
      • Users & Access
      • Profile Settings
      • Password Reset
      • Account Settings
    • Integrations
      • Shopify POS
      • Tapcart
      • Aftersell
      • Gorgias
      • Postscript
      • Klaviyo
      • Rebuy
      • Attentive
        • How to Enable Integration
        • Segmenting Customers by Inveterate's Membership Custom Attributes in Attentive
        • How to Create Journeys in Attentive with Inveterate's Custom Events
        • Attentive Custom Events List
  • Strategy & Best Practices
    • Memberships 101
  • Discount Information
    • Apply Discounts To Subscription Products
    • Editing Discount Codes
    • Codes For Free Memberships
    • Combining Discounts
  • Tag Information
    • Customer Tags
    • Order Tags
  • Advanced Guides
    • Editing Free Tier Signup Modals
    • Membership Currency Localization
    • Migrating From Scripts To Functions
    • Migrating To Tiers
    • Spend Based Tiers
      • About Spend Based Tiers
      • Spend Based Tiers Setup
      • About The Landing Page
    • Search Engine Crawling
    • Advanced Settings
      • App Embeds Settings
      • Early Access Settings
      • Exclusive Access Settings
    • Shopify Scripts
      • Free Shipping Script
      • Member Only Pricing
      • Free Gift At Sign Up
    • Theme Editor Sections
      • PDP Upsell Widget
    • Replace Inveterate Emails In Klaviyo
      • How to Send Member Notification Emails with Klaviyo
      • Klaviyo Member Notification Metrics and Their Template Variables
    • Sunsetting Your Membership Program
    • Shopify Flow
      • Flow Library
Powered by GitBook
On this page
  • ⚠️ Important Setup Notes ⚠️
  • Adding customers to a free tier based on behavior
  • Issuing Store Credits to members based on behavior

Was this helpful?

  1. Advanced Guides
  2. Shopify Flow

Flow Library

PreviousShopify Flow

Last updated 2 days ago

Was this helpful?

All of the example workflows provided in the Flow Library can be downloaded and to get started quickly.

⚠️ Important Setup Notes ⚠️

Before importing and activating any of the example Flows, make sure to review the following requirements:

API Key Requirement

All Flows must include your V2 API Key in the final step. You can find this in the Inveterate Dashboard under: Integrations → API Key

Placeholder Logic

All Flows will contain placeholder values (like tag names, spend thresholds, or messages) You’ll need to update these to reflect your store’s actual use case, naming conventions, and business logic.


Adding customers to a free tier based on behavior

You will need to provide the segmentId for the Free membership tier that you are enrolling customers into in the final step of these Flows. This is an alphanumeric value that can be found at the end of the URL in the Inveterate Dashboard when viewing a specific tier.


Issuing Store Credits to members based on behavior

Flows that issue a static amount of credits will simply need to have the “amount” adjusted in the final step to the value you are looking to issue (ex: 10 for $10 in credits).

Caution: it is important to remember that these Flows will be issuing an additional amount of store credit than you typically offer. For example: if you typically offer 10% Credit for Orders and enable a Flow to dynamically issue 10% of an order total in credits, the member will receive 20% Credits for Orders in total: 10% from your benefit settings, and 10% from the Flow.

Flows with dynamically calculated amounts use in the final step to calculate a percentage of an order total. You will need to add the multiplier value (ex: times 0.1 to give 10% of the order value in credits) where the sample Flows currently have 0.0 as a placeholder.

Add email marketing subscribers to a Free Membership Tier
When a customer is added to a specific segment, enroll them in a Free Membership tier.
Add a customer to a Free Membership Tier by way of a customer tag
Liquid Math filters
Issue a dynamic amount of credits based on Order Total
Issue a static amount of store credits when an order is placed
Issue a Dynamic amount of promotional Store Credits based on Order Total & Sales Channel
Issue a static amount of additional promotional store credits based on Sales Channel
Issue a static amount of bonus store credits rewarding a high value order
Issue a static amount of bonus store credits when a customer hits a lifetime spend threshold
Issue a static amount of store credit if a member surpasses an amount of lifetime orders
Issue a static amount of store credits when an order is placed based on UTM parameters
Issue a dynamic amount of store credits based on Order Total & UTM parameters
Issue a static amount of store credits if a product is purchased from a specific collection
Issue a static amount of store credits if a specific discount code is used
Issue a dynamic amount of store credits based on order total if a specific discount code is used
imported directly into your Shopify Flow app
segmentId
Where to paste API Key and SegmentId
Where to paste API Key and where Liquid Math is calculated