Can we use WAIT Messenger User base?

(Pramod Gaikwad) #1

Hello John,

I am using API to send Messenger carousel.
So I want to setup CRON job functionilty. that will send carousel to only user who are intrested in CRON Job
Let me explain in more details.
there are 2 Users for now
USER 1
USER 2
Bot ask for setup cron job(Yes or no)(if yes Duration in days)
USER 1: setup_days attribute value =1(daily)
USER 2: setup_days attribute value =7(weekly)

Now for USER 1: must call API on daily basis.(Every day)
and USER 2 : must call API on weekly basis.(once in week)
(this must keep repeating)

Question is can we use USER 1 attribute with WAIT for USER 1 (Wait for a While) daily (i.e 1 day)
and can we use USER 2 attribute with WAIT for USER 1 (Wait for a While) weekly (i.e 1 day)

this is like can we setup WAIT on user attribute basis for all diffrent Messenger user

Thanks in advance

(Karen Barker) #2

Hi Pramod,

Yes, you’ll be able to use an Attribute to store the user requestion wait time. The attribute will be stored on the users response path and will therefore be independent to each individual user. You’ll then be able to set the wait action up using the value of the variable. :slight_smile:

(Pramod Gaikwad) #3

Thank You Karen :slight_smile: