Search code examples
push-notificationibm-mobilefirst

worklight 6.2 how to schedule push notification to be send on 9 AM every day


We are using a interval based polling event source to push notifications for new request. we want to send a daily remainder daily to all devices at 9am. how to achieve this using worklight.

Thanks for your help in advance.


Solution

  • You do not necessarily need Worklight to achieve this.
    Worklight does not provide this.

    You need to implement your own custom external logic/script that each day on 9AM will call the adapter that sends the notifications to the devices.