Notification

DeepiP
Tera Contributor

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?

2 REPLIES 2

Bhavya11
Kilo Patron

hi @DeepiP ,

 

can you try using  '${NOTIF_UNSUB}' instead of  {$notif_unsub} 

 

Please mark answer helpful/correct.

 

 

Thanks,

BK

DeepiP
Tera Contributor

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