meetergomeetergo Help

How to Show Cancellation Reason in Emails

Learn how to display the cancellation reason in your email notifications when a meeting is cancelled.

Updated on July 5, 2026

When a meeting is cancelled in meetergo, you can include the cancellation reason in the email notification sent to both hosts and attendees.

Review the Templates tab1 / 4
Open email templates
Review the Templates tab

The Templates tab lists system templates and custom templates. Use the search and category controls when the list is long.

Open email templates

Review the Templates tab

The Templates tab lists system templates and custom templates. Use the search and category controls when the list is long.

Review the Templates tab

Open a cancellation template

Find the cancellation templates

Cancellation templates include separate messages for attendees and hosts. Add the reason variable to each message where it should appear.

Find the cancellation templates

Open Attendee - Meeting Cancelled

Open the attendee cancellation template first. Repeat the same change for the host cancellation template if hosts should see the reason too.

Open Attendee - Meeting Cancelled

Add the cancellation reason

Edit the message content

Place {!M.Meeting.CancellationReason} where the labeled reason should appear, or use {!M.Meeting.CancellationReasonText} for raw text without the label.

Edit the message content

How It Works

  • If a reason was provided: The email will show a localized label followed by the reason. For example: Cancellation Reason: Had to reschedule due to conflict
  • If no reason was provided: Nothing is displayed

The label is automatically translated based on the recipient's language:

LanguageLabel
EnglishCancellation Reason
GermanStornierungsgrund
FrenchMotif d'annulation
SpanishMotivo de cancelación
DutchReden voor annulering
ItalianMotivo dell'annullamento

Inline Variant (No Label)

Want to embed the reason mid-sentence — without the automatic "Cancellation Reason:" label and without the two leading newlines? Use this variable instead:

{!M.Meeting.CancellationReasonText}

This variable inserts only the raw text the attendee entered — nothing else. If no reason was provided, it renders as an empty string.

Example Template

Here's an example of a cancellation email template with the reason included (labeled variant):

Hi {!M.Guest.Fullname},

Your {!M.Meeting.Name} with {!M.Host.Fullname} at {!M.Meeting.StartTime} on {!M.Meeting.StartDate} has been cancelled.{!M.Meeting.CancellationReason}

Best regards,
{!M.Host.Fullname}

And the same template using the inline variant:

Hi {!M.Guest.Fullname},

unfortunately I have to cancel our call because {!M.Meeting.CancellationReasonText}.
I'm sorry about that.

Best regards,
{!M.Host.Fullname}

Was this article helpful?

Let us know if this article answered your questions.