I would love to trigger a notification email based on a Date Field in a custom post.
I have Events that have a Date Field (this is the date they occur on).
I would like to send the Author of the Event a canned email reminding them to do things to prepare Two Months Before and then again Two Weeks Before the Event Date.
I can't find anything remotely like this, but maybe I'm missing something? If this is not possible within Toolset, do you have any idea what might be a good integration?
We can obviously set the custom post expiration time and to do so we can use the "cred_save_data" form hook. So when you add a new post using the Toolset form from the frontend, we can set the newly added post expiration date setting value equivalent to your custom date field.