Notification to admin

Hi!

I am creating an ordering app for a restaurant, and I want to know how can the business owner of the restaurant (or whoever) can receive the orders so they can prepare them fast, maybe sending them an email. How can you do it?

Hi @javicrespo1 ,
If this App is only one restaurant and the business owner is just one, you can just use a click action in the Form when submitting the order:

You can use many email providers for this: ElasticEmail, Sendgrid, Sendinblue, and so on. The click action is built using this mail providers API.

If there is more than one restaurant, then things add up a bit more complexity. I can provide more details if this is the case.

Hi @javicrespo1 ,

You can do both email and push notification, but I would prefer push notification first, some emails go to spam folder.

To do push notifications, is it necessary that the app is published in the App store, or is there another way to do it?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.