03-07-2018 11:18 AM - edited 03-18-2019 01:56 PM
Hi
I have an integration between CMS and TMS, the email booking invite come with sip video address ( numid@dominio) and Web Bridge URI,but I want to use the invitation email to send the call ID of the space, with the purpose that the users enter by the IVR of the CMS and dial the call id, can the tms see the call id of the space?
03-07-2018 04:26 PM - edited 03-07-2018 04:27 PM
You would need to customize the email template that CMS uses, which is done via the API and requires a customization license (CMS-BRANDING).
03-08-2018 04:48 AM
03-08-2018 04:52 AM
Hi Patrick
I am talking about the email originated from the tms booking, not the CMS (invitation_template.txt), I saw that I can use the variable numeric ID of the template and customize the mail, the numeric ID is equal to the call id in the spaces created by the TMS in the CMS.
Regards
03-08-2018 01:47 PM
01-27-2019 08:47 AM
Hello,
I'm facing the same issue, have you been able to get the callid from the space into the tms booking invite?
Regards
01-27-2019 11:39 AM
04-26-2019 02:19 AM
Having the same problem as described above, did anyone find a response?
PS in case helpful I have created a new post on this kind of problem (hope not a mistake, in case excuse me!!)
04-26-2019 08:04 AM
Hello ,
We finally figured out that the variable NUMERIC_ID is only viable within the
<FOREACH:VIDEO_ADDRESS></FOREACH:VIDEO_ADDRESS> section of the booking invite Template.
So if you want to add the information for the IVR you have to put it inside of the <FOREACH:VIDEO_ADDRESS> section (see the red text):
......
<FOREACH:VIDEO_ADDRESS>
<p style="font-family: Arial;font-size: 15px; line-height: 1em; color: #666666; font-weight: normal;; margin: 10px 20px 0px; padding: 0;">
{TELEPRESENCE_VIDEO_ADDRESS}: <VAL:VIDEO_ADDRESS>
</p>
<p style="font-family: Arial;font-size: 15px; line-height: 1em; color: #666666; font-weight: normal; margin: 5px 20px 0px; padding: 0;">
{TELEPRESENCE_MEETING_PIN}:<span class="boldValue" style=" font-weight: bold;"><VAL:MEETING_PASSWORD></span>
</p>
<h1 style="font-family: Arial;font-size: 16px; line-height: 1em; color: #666666; margin: 24px 0 0px; padding: 0;">
<span style="vertical-align: middle;"><b>{AUDIO_CONNECTION}</b></span>
</h1>
<p style="font-family: Arial;font-size: 15px; line-height: 1em; color: #666666; font-weight: normal; margin: 10px 20px 0px; padding: 0;">
{Phone_Join_NumberToUseLabel}: <span class="boldValue" style=" font-weight: bold;">{IVR_Toll_Free_Number}</span>
</p>
<p style="font-family: Arial;font-size: 15px; line-height: 1em; color: #666666; font-weight: normal; margin: 5px 20px 0px; padding: 0;">
{MEETING_ID}: <span class="boldValue" style=" font-weight: bold;"><VAL:NUMERIC_ID></span>
</p>
<p style="font-family: Arial;font-size: 15px; line-height: 1em; color: #666666; font-weight: normal; margin: 5px 20px 0px; padding: 0;">
{TELEPRESENCE_MEETING_PIN}:<span class="boldValue" style=" font-weight: bold;"><VAL:MEETING_PASSWORD></span>
</p>
</FOREACH:VIDEO_ADDRESS>
......
Notes:
Some of the varialbles in the above are custom variable that we created in order to be able to set the text and the phone number to use to acces our CMS IVR.
CMS is not yet fully integrated to TMS and some of the available variables in TMS for the IVR are related to using the system with WebEx.
The result would look like this:
Daniel Gagné vous invite à cette réunion. / invites you to this meeting.
Demo booking
mercredi 24 avril 2019, 12:30 | 30 min
(UTC-05:00) Heure de l'Est (USA & Canada)
Adresse de la vidéo / Video address: 768543@domain.com
**bleep** Réunion / Meeting PIN:123456
Phone number to use / Numéro à utiliser: 1-888-555-5555
ID de la conférence / Conference Id: 768543
**bleep** Réunion / Meeting PIN:123456
https://domain.com/invited.sf?id=xxxxxxx&secret=xxxxxxx-xxxxxxx-xxxxxx-xxxxxxx
Hope this helps.
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