Sending e-mails to my users

I want to notify all of my users of new features and request an action to update information in their profiles. Is it possible to inform them by email by creating an admin tab or screen through Glideapps?

You can create:

  • A field to store the email subject.
  • A field to store the email body.
  • A query to filter out all users you have to send the email to.
  • A lookup to retrieve an array of emails from the query.
  • A send email action that maybe sends the email to your own email, then BCC the lookup array (so people can’t see each other’s emails), and then add your subject and body in.
1 Like