Skip to main content
Appstle Loyalty integrates natively with Shopify Flow, giving you 8 event triggers and 6 actions. You can automate loyalty workflows entirely within Shopify’s no-code automation builder — no webhooks or API calls required.

Triggers

Triggers fire when loyalty events occur in Appstle and pass customer and loyalty data into your Flow workflow.

Trigger properties

All triggers include a customer_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:
  • Points or Credits — the decimal amount earned or redeemed
  • Earn Rule ID or Redeem Rule ID — the rule that triggered the activity
Every trigger also carries a nested Customer Loyalty Details object: 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

The points (Decimal) field is deprecated. Use pointsToAdd instead. If you see the old field in an existing action, remove and re-add the action block to get the current version.

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