Push notifications

Hello everyone, I have a public event app and each event has a specific time, would like to know how I can send a push notification 20 minutes before the event to the person who has marked that event as a favorite? This is possible? thanks

1 Like

This is not possible with the public app because the app can’t identify the unknown user.

thanks,
I understand. In case the app requires login in which way could I do it?

Excuse me, in the case that the application is not published but paid per user, how could I make the notification arrive 20 minutes before?

I’m afraid we don’t have that kind of delay feature at this moment.

Check this post how you can do it…

[Generate Warning Type Alarm or reminder](https://community.appsheet.com/t/generate-warning-type-alarm-or-reminder/10131/3) Questions

I think you might be able to do this using Zapier. Here is the general idea: The add or update would trigger a workflow webhook that is sent to Zapier. In Zapier you would create a “Catch Hook” that is invoked by the webhook from step 1. Zapier provides a “delay for a period of time” action. Once the delay expires, you could perform an Zapier action that sends the notification.

1 Like

thanks again