Issue gift card post purchase of a specific product.

Solved

Issue gift card post purchase of a specific product.

Dillon_Pena
Tourist
7 0 3

I'm looking to set up an automation that sends a gift card to customers after they purchase a specific product. For example, if a customer buys a Discover Kit from my store, I'd like a $25 bounce-back gift card to be automatically delivered once the payment is processed or shipping has occurred.  
Can someone help guide me in this set up?



Accepted Solution (1)

paul_n
Shopify Staff
1666 183 380

This is an accepted solution.

You can use Send HTTP Request to create a gift card:

 

It will send an email to the customer with the gift card details. 

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.

View solution in original post

Replies 4 (4)

paul_n
Shopify Staff
1666 183 380

This is an accepted solution.

You can use Send HTTP Request to create a gift card:

 

It will send an email to the customer with the gift card details. 

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.
Dillon_Pena
Tourist
7 0 3

Thank you @paul_n 
how do I know that it is a $25 gift card it is sending?

paul_n
Shopify Staff
1666 183 380

The example above creates a $100 gift card, specified by "initialValue". Definitely test this with a test customer first. You can also specific the template to use for the email, but I removed that above.

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.
Dillon_Pena
Tourist
7 0 3

Thank you for your help!