02-14-2019 07:31 AM - edited 03-18-2019 02:39 PM
I need to change the EMail template (text only) to show something like that
if (is webex) {
sip::blabla.blabla@blabla.webex.com
}
else {
sip::xxx@xxxx.xx
blabla other info
blabla more info
}
How would i archieve this in the email template?
02-22-2019 01:59 AM
02-22-2019 05:01 PM - edited 02-22-2019 05:02 PM
The TMS template is based on hard coded values, phrases and sections. It will not work with if/else statements like python logic. The hardcoded values can be called in the template manually under the applicable section, as well as in html based booking invite template you can manually create links for things like logos, dtmf etc.
Look here on pg 241: https://www.cisco.com/c/dam/en/us/td/docs/telepresence/infrastructure/tms/admin_guide/Cisco-TMS-Admin-Guide-15-8.pdf
There is already a section for Webex Conference information in addition to the normal sip video address.
<SECTION:WEBCONF_PASSWORD>{WEB_CONFERENCE_PASSWORD} - <VAL:WEBCONF_PASSWORD>
</SECTION:WEBCONF_PASSWORD><SECTION:WEBCONF_HIDDEN_PASSWORD>{WEB_CONFERENCE_PASSWORD} - {CONTACT_HOST}
</SECTION:WEBCONF_HIDDEN_PASSWORD>{WEB_CONFERENCE_ID} - <VAL:WEBCONF_ID>
</SECTION:MEETING_WEBCONF_DETAILS><SECTION:TELEPRESENCE>______________________________________________________________________
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide