Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Mike Jolley

    (@mikejolley)

    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

    https://codex.www.ads-software.com/Function_Reference/wp_mail

    Thread Starter philwillson

    (@philwillson)

    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 ??

    Thread Starter philwillson

    (@philwillson)

    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. =)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Email Alerts for ALL Changes’ is closed to new replies.