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