Notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2024 04:28 AM
I have created a calendar invite notification for change task and using a a template ''change.calendar.integration"
which has following content:
BEGIN:VCALENDAR
PRODID:-//Service-now.com//Outlook 11.0 MIMEDIR//EN
VERSION:2.0
METHOD:REQUEST
BEGIN:VEVENT
ATTENDEE;ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:${to}
ORGANIZER:MAILTO:${from}
Activity due: ${activity_due}
DTSTART:${dtstart}
DTEND:${dtend}
LOCATION:${location}
TRANSP:OPAQUE
SEQUENCE:${sys_mod_count}
UID:${number}
DTSTAMP:${dtstamp}
DESCRIPTION:${description}Click Here${unsubscribe_link}
SUMMARY:${summary}
PRIORITY:3
X-MICROSOFT-CDO-IMPORTANCE:${priority}
STATUS:CONFIRMED
CLASS:PUBLIC
END:VEVENT
END:VCALENDAR
I want to add unsubscribe link in the received calendar invite. I have used {$notif_unsub} in the html body but it is showing in html form not as "Unsubscribe" link .
Please help here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 09:47 PM
hi @DeepiP ,
can you try using '${NOTIF_UNSUB}' instead of {$notif_unsub}
Please mark answer helpful/correct.
Thanks,
BK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 09:33 AM
I have added ${NOTIF_UNSUB} in the html body of the meeting invite type notification but still not able to see unsubscribe link in the outlook calendar invite