Add Calendar Sync Links to Custom Notifications

Use case

You can enhance custom notifications by allowing recipients to sync events directly to their Google or Outlook calendars. To enable this functionality, add the following variables to your notification template:

  • @SYNC_GOOGLE_CALENDAR_URL@

  • @SYNC_OUTLOOK_CALENDAR_URL@

Hover over the variable names in the editor to confirm the correct syntax.

This article explains how to correctly configure these variables so they generate functional links in email notifications.

Example: @SYNC_OUTLOOK_CALENDAR_URL@

Sync Outlook Calendar URL variable.jpg

When you add a calendar sync variable as plain text, the system does not convert it into a clickable link. To ensure recipients receive a functional link, use one of the following methods.

Option 1: Add the variable as a hyperlink

Use this method to convert text into a clickable calendar sync link.

  1. In the notification editor, highlight the text you want to convert into a link (for example, Add to Outlook Calendar).

  2. Select the Link icon in the toolbar.
    link button.jpg

  3. In the pop-up window, complete the following fields:

    • Display Text: Add to Outlook Calendar (or your preferred label)

    • URL: @SYNC_OUTLOOK_CALENDAR_URL@
      pop-up editor.png

  4. Select OK.

The final email includes a clickable link that opens the Outlook calendar sync prompt.

Option 2: Add the variable as a button

Use this method to insert the sync link as a button.

  1. Select Add variable > Add button in email.
    Add Button in Email.jpg

  2. Double-click the Button Text hyperlink.
    placeholder button.png

  3. In the pop-up window, complete the following fields:

    • Display Text: Enter your preferred label (for example, Sync to Outlook)

    • URL: @SYNC_OUTLOOK_CALENDAR_URL@
      button configuration.jpg

  4. Save your changes.

The final email includes a clickable button that allows recipients to sync the event with their Outlook calendar.

Sync button edited.jpg

Note:
To create a Google Calendar sync link, follow the same steps using:

@SYNC_GOOGLE_CALENDAR_URL@

Was this article helpful?
0 out of 0 found this helpful