Triggers

There are 3 different triggers you can use in Shopify Flow to extend the functionality of the app. These are:

  • Bulk Operation - Fires when a gift card is created via bulk actions.

  • Gift Card Reminder - Fires for gift cards matching reminder campaign criteria.

  • Gift Card Reward - Fires when an order meets rewards campaign criteria.

You can select the trigger anywhere the app shows the dialog in the screenshot below.

When selected, the app will send the data to Shopify Flow. Next, you can configure further actions—for example, add tags to the gift-card customer, send a gift-card email, or send internal emails any time a gift card is issued.

Bulk Operation

This trigger is used any time a gift card is created via one of the app’s Bulk Operation features: Bulk Send, Import from File, Auto-generate, or Bulk Update. The operation type is sent as part of the trigger payload. By using if conditions, you can filter out operations you don't need to respond to and take action only when a certain operation takes place. For example, you might only respond to a gift card created in Bulk Send with the following flow:

Gift Card Reminder

Triggers any time a gift card is found for which the campaign conditions are met. For this trigger to work, you need to first configure the Gift Card Reminders campaign.

Next, you can respond to the trigger and take appropriate action. Gift card data is sent as part of the trigger payload.

Only the last four digits of the gift card are included in the trigger payload.

Gift Card Reward

Triggers any time an order meeting Gift Card Rewards campaign conditions is placed. For this trigger to work, you need to first configure Gift Card Rewards campaign.

You can access all the gift card data (including the gift card code) through the trigger payload.

Last updated