Support

Home Forums Event Espresso Premium Automated email – cancelled booking

Automated email – cancelled booking

Posted: December 20, 2013 at 9:11 am

Viewing 3 reply threads


Mark Williamson

    December 20, 2013 at 9:11 am

    Do you have a hook to fire off an email when someone cancels a booking off to the cancelee?


    Dean

    • Support Staff

    December 22, 2013 at 10:34 pm

    Hi Mark,

    No hook, but the cancellation email function is pluggable should you wish to amend it.

    It is found in event-espresso/includes/functions/email.php, approx line 679 and is called event_espresso_send_cancellation_notice


    Mark Williamson

      December 24, 2013 at 2:28 am

      Thanks Dean


      Josh

        December 24, 2013 at 10:15 am

        Hi Mark,

        I should clarify that the function that Dean pointed to deals with sending out an email if the event has been cancelled. It will send out an email to everyone who registered for that event.

        If you’re going in to the Attendee overview and deleting the attendee record when the booking gets canceled, there is a hook for that:

        do_action('action_hook_espresso_after_delete_attendee_event_list', $att_id, $EVT_ID);
        Viewing 3 reply threads

        The support post ‘Automated email – cancelled booking’ is closed to new replies.

        Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

        Event Espresso - Staging Server