The app I am creating is an app that memorizes English words. I want to send a notification that 10 minutes have passed since a specific user saw a word.
I made it to count ten minutes.
When 10 minutes have passed, is it possible to send information of a specific user to onesignal that 10 minutes have passed, and to receive notification that 10 minutes have passed?
Or is it possible to implement it in a way other than onesignal?
I do not know Zapier or Integromat. I would like to implement without using this.
I know on the link page above how to implement what I want is discussed.
Itβs a bit missing or difficult for me to understand.
so
I want a detailed tutorial that even a beginner can follow.
Itβs possible using onesignal API - you just use the βsend_afterβ or βdelayedβ body parameter. In this case you would want to get the device time when the user saw the word and delay the notification for 10 mins past that time.