Forum Discussion
JustinTorrence
5 years agoQrew Cadet
You can create an "open" type notification:
Here is a link to the help doc: https://help.quickbase.com/user-assistance/creating_a_notification.html
------------------------------
Justin Torrence
Quickbase Expert, Jaybird Technologies
jtorrence@jaybirdtechnologies.com
https://www.jaybirdtechnologies.com/#community-post
------------------------------
- MichaelTamoush5 years agoQrew CaptainJustin,
I've used the open notification before, the problem is the following: If I have 200 employees, and they are not users but simply need an email, using the open setting I would need to create 200 separate emails for reminders/notifications. If they are in a user field, I can just create one email.
------------------------------
Mike Tamoush
------------------------------- JustinTorrence5 years agoQrew Cadet
Here's a hacky solution:
- Create a table of Recipients, with one email field
- Create a table called Emails with a Subject (Text), Body (Text), and Recipient (Email) field
- Create an open notification on the emails table that is sent to the email in the Recipient field when a new record is created
- Create a new pipeline that takes the following steps:
- At XX:XX time, Query the Recipients table for a list of emails
- For each Recipient:
- Create a new record in the Emails table, setting the Recipient, Body and Subject
------------------------------
Justin Torrence
Quickbase Expert, Jaybird Technologies
jtorrence@jaybirdtechnologies.com
https://www.jaybirdtechnologies.com/#community-post
------------------------------ - MarkShnier__You5 years ago
Qrew Legend
Mike
Are you aware that when you set up an Open notification, you can carefully type like this in the notify who box.
[email 1]
[email 2]
[email 3]
In you case, maybe it's just
[Contact email]
Other words you do not need to hard code the email address , you can put in a field reference in the box. That has never been documented and I don't know why.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- MichaelTamoush5 years agoQrew CaptainMark -
I had no idea, that COMPLETELY solves my issue. I thought you had to hard code the email in!
Justin - creative work around as well, but with Mark's note, that takes care of everything.
------------------------------
Mike Tamoush
------------------------------