We have a couple of features which I'm not sure if possible without custom work. But thought I would ask.
1. We would like to attach a custom field (file) to a email notification of a new post type (candidate), is this possible?
2. We would like a notification to send to a single email address based upon the publish date of a post type (candidate) and a custom field (status). The logic would be if candidate publish date is older than 5 days & status is new. Send an email to a specific email address.
Is there any documentation that you are following?
I haven't found anything similar to this in the documentation.
1. We would like to attach a custom field (file) to a email notification of a new post type (candidate), is this possible?
You should be able to do this as you can add custom fields from your created posts to the notification emails so you should be able to attach the link for the file in your email.
<Em>2. We would like a notification to send to a single email address based upon the publish date of a post type (candidate) and a custom field (status). The logic would be if candidate publish date is older than 5 days & status is new. Send an email to a specific email address.
Unfortunately this one you will either need to open a feature request for or write some custom code to achieve.