We have a custom cancellation message that gets sent out on any cancellation event, but it is only intended for the cases where _we_ need to cancel an event, not for cases when a user cancels. The notification is confusing in the latter context which requires its own suited cancellation confirmation notification.
Is there a way to issue context-relevant cancellation notifications based on whether a cancellation is triggered by us or the user?


