What is the advance scheduling limit of apigee push notification?

Not applicable

We need to set advance scheduling of minimum 28 days for push notifications in our app. Is it possible with apigee?

0 3 576
3 REPLIES 3

Dear @Asit Nanda ,

Yes, It's possible. Apigee BaaS out of the box provides push notifications with schedule for later option.

For Example, See the screenshot of create notification screen from apigee which allows to set schedule data as far as August.

600-screen-shot-2015-06-16-at-114548-am.png

We also have an API to do same. For more details check scheduling notifications here.

Cheers,

Anil Sagar

But can you please let me know its limit? Can i "Schedule for later" for next 28 days? I need to know the limit before i implement it in app.

@Asit Nanda , I don't think there is any limit. Because, if you see the api call to create notification, To schedule a notification for a later time, add the deliver parameter with a UNIX timestamp to the body of your request. I believe based on time stamp value a cron job will pick up the notifications. You can go ahead and implement schedule for later. Please keep us posted incase if you see any issues.