How to make a notification system on a web app

I am trying to make this happen using Zappier. There are many situations when this is necessary one of which is after a user is added. I would like to make it so that the email is sent to the new user how would I do that.
P.S. I am also open to any other methods to sending notifications on a web app.

Hello, if you want to send an email when the user registers, you can use SendinBlue (https://www.brevo.com/) or Sengrid. You create your account and you can do it via a custom action.

On the registration button, you perform the signup action, a Custom Action, and a link to the next page.

How can I connect these to adalo

Could you please show a step by step to do this.

Hey @Luka You can check out this help doc for a step-by-step guide Trigger Push Notifications | Adalo

This should give you a good idea of how you can set it up!

I have those right now but they are not working I think the notifications only work in app form.

Hey @Luka, I’ll share resources as they become available. In the meantime, feel free to submit or vote for an Adalo | Feature Request on our board.

Hi @Luka

You have 3 main options:

  1. Add a scenario in make, on every user created, you can receive an email to your email, or trigger a notification to yourself using your logged in user email. It works for App, PWA or Web (make sure you have given permission and you’re logged in)
  2. On registration button, you can trigger a notification to yourself. You can add the following filter:
    All User > email is equal to your email (hard coded)
  3. Same as above but instead of trigger notification, you use a custom action and send an email to yourself

Sorry for the miscommunication. I am trying to send either an email or a notification to the person who just created an account not to me. The app is web so the Adalo notification system doesn’t work. I am trying to find a new solution to send the notification/email.

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