I have an online store, and when I sell a product, I want to send a follow up email with a unique coupon code for that individual user.
I am using Wix / Airtable/ Google Sheets / GetResponse
I have a list in google sheets / airtable of 1,000 unique codes I can use. I want to just add the email and name of the purchaser as they come in.
But my challenge in building this is how to update a single cell in a single column in airtable or google sheets (as opposed to the very easy “create new row”)
For example - if I have a list of 1,000 unique codes, i could solve this by updating the table with the purchasers information, and then send both the purchasers email and coupon code to GetResponse.
So the goal would be that each time someone purchases, a new row of this existing table (google sheets or airtable) is updated (not created) with their email and name. Then because that row already has a unique code - and now it also has their email - I could then update that record in my email system from there (getresponse).
Thanks in advance - I know this is easier than I realize….