CRM
CRM copied to clipboard
Feature Request: Prayer list email
I am thinking of creating a prayer list module. It would be very simple. (to start with but could be expanded) It would email every morning to a select list of people (our leaders). (this would be some kind of custom field) The content of the email would be The names a section of our active families (kind of like the directory). IE. Total # of active families / 7 = First seventh on Monday, Second seventh on Tuesday...
This would be a reminder email to pray for those people on that day. These names would be automatically updated when the database is updated.
Any thoughts?
I would look into Creating a group called Prayer list (Maybe with a new Group Type) and have a config to point to the group Id to get a member list. Then you can email people that way...
That said I don't think we a have a good way to run a job on a timer yet.. we depend on user login.
I was thinking of using a cron job to fire the email. It is fairly easy to set up.
Good call on the group. I have done that. Is there a file that I might pull some code from that would provide the right method of calling that list up?
if you are going to do a cron job, then you use APIs to get the group data and members... if not we can create an REST API for it...
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 15 days with no activity.