Triggers
Triggers fire when loyalty events occur in Appstle and pass customer and loyalty data into your Flow workflow.Trigger properties
All triggers include acustomer_reference (Shopify customer reference) and a Note string describing the activity.
The three points and credits triggers (loyalty-points-earned, loyalty-points-redeemed, loyalty-credits-earned) additionally include:
PointsorCredits— the decimal amount earned or redeemedEarn Rule IDorRedeem Rule ID— the rule that triggered the activity
Each item in the
rewards array contains:
The Flow schema exposes a subset of fields from the full customer loyalty object. Fields such as
storeCreditBalance, vipTierExpiredAt, rewardedForSharingOnFacebook, and rewardedForSharingOnX are present in webhook payloads but are not available in Shopify Flow.Actions
Actions let your Flow workflows modify loyalty data in Appstle.Add Points
Remove Points
Add Store Credits
Remove Store Credits
Reward Points for Reviews
Use this action to automatically award points when a review is submitted through a supported platform.
Supported
review-type values:
Assign VIP Tier
The tier name must exactly match a VIP tier configured in your Appstle Loyalty settings — for example,
"Gold" or "Silver". If the customer is already on the specified tier, no changes are made.Pre-built Flow templates
Appstle provides ready-to-use Flow templates for common review platform integrations:
Install a template from the Shopify Flow template library and it will be pre-configured with the correct action fields for that platform.
Example workflows
Send a welcome email on sign-up
Send a welcome email on sign-up
Tag customers when they reach Gold tier
Tag customers when they reach Gold tier
Award birthday points
Award birthday points
Assign VIP tier through Flow
Assign VIP tier through Flow
Award points for an Okendo review
Award points for an Okendo review