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
------------------------------
MichaelTamoush
5 years agoQrew Captain
Justin,
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
------------------------------
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
------------------------------- MichaelTamoush4 years agoQrew CaptainMark,
Do you know if Reminders can be done in this same way? I've tried it, and can't seem to get it to work, but it's possible it's operator error. Reminders says 'send to specific list of users', while Notification says ' Send to Open Recipients' so I am thinking perhaps Reminders can not be done this way?
Wondering if you knew before I go troubleshooting something that is not possible to accomplish.
If a reminder cannot be sent, I suspect I can run an automation nightly that looks at records, and triggers a field that sends a notification. In essence, use an automation to create a 'reminder'.
------------------------------
Mike Tamoush
------------------------------