I have a 200 promo codes in Excel. How can I automated sending my users that unique codes for unique users?
For example i have a quizz, and first 200 users, who won that quizz I must send a promo codes, and in my Excel automatted mentioned that codes are expired.
ID = Numeric ID that will be used as variable to get the codes.
CODE = your Promo Codes
TIMESTAMP = Date/Hour that the code was sent.
IG_USER = The contact's IG@
For the automation:
your Trigger
A Condition that checks if your BOT FIELD is greater than 200 (your coupon number)
Default messages for each condition
Action node with:
Google Sheets: Get Row By Value This will lookup the actual Bot number ID and retrieve the correspondent CODE from your table. I created the following test fields: - BOT Field = BOT_COUNT - USER Field = TEST_FIELD_1
Google Sheets: Update Row Here you set a timestamp and get the IG username to your table:
Your message with the code (using your User Field Variable)
An Action node that increases your Bot Field by 1
That should work.
PS: if you what to limit 1 Code for each user, you can also set a Tag to them and include a condition for it. 😉
ID = Numeric ID that will be used as variable to get the codes.
CODE = your Promo Codes
TIMESTAMP = Date/Hour that the code was sent.
IG_USER = The contact's IG@
For the automation:
your Trigger
A Condition that checks if your BOT FIELD is greater than 200 (your coupon number)
Default messages for each condition
Action node with:
Google Sheets: Get Row By Value This will lookup the actual Bot number ID and retrieve the correspondent CODE from your table. I created the following test fields: - BOT Field = BOT_COUNT - USER Field = TEST_FIELD_1
Google Sheets: Update Row Here you set a timestamp and get the IG username to your table:
Your message with the code (using your User Field Variable)
An Action node that increases your Bot Field by 1
That should work.
PS: if you what to limit 1 Code for each user, you can also set a Tag to them and include a condition for it. 😉