The plugin has this action inside:
do_action( 'job_manager_my_job_do_action', $action, $job_id );
If you hooked your own function into that, you’d know what action was fire, and for what job ID. Actions being mark_filled, mark_not_filled, delete. Then its just a case of firing off an email using wp_mail
http://codex.ww.wp.xz.cn/Function_Reference/wp_mail
Thanks, Mike!! Very helpful. =)
Hello,
I’m very interested in that function too but i did not really understood your answer mike. My english is so poor 🙂
What type of changes do i have to do in order to have an alert send to the admin on a job creation, edit or delete ?
Thanks for your help!
@philwillson
Did you find any solution ?
If yes that would be reeeally great if you could post it here 🙂
sure did! set up the webhooks plugin on wordpress, and then use zapier to fire off an email any time any post is modified in any way. =)