Send an email when i delete a ticket

QUESTION
I would like to create an outbound notification when I manually cancel the ticket to an attendee of my event.

Product:
WIX STUDIO EDITOR

What are you trying to achieve:
I would like my client to receive an email to let him know that his 'ticket has been cancelled due to payment reasons

What have you already tried:
I cannot find any automation that allows me to do this without code.

Additional information:
[Include any other pertinent details or information that might be helpful for people to know when trying to answer your question.]

If there is no automation available for this, then code is your only option.

You can set up a triggered email to fire when thestatus includes "RESERVATION_CANCELED" inside of the onReservationUpdated( ) backend event.