
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2022 08:07 AM
Hi,
We have successfully integrated the Now Virtual Agent MS Teams bot. When a user installs the bot, they get a welcome message on their MS Teams instance saying 'Welcome to Now Virtual Agent....' including the Help commands.
Any idea how we can update this welcome message? I have looked into Message content and sys_notification tables but wasn't be able to find anything related to these message
Regards,
Ayman
Solved! Go to Solution.
- Labels:
-
Virtual Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2022 06:00 PM
Hello,
The settings are in the sys_cs_provider_application table for your integration.
You need to open the correct channel identity. The messages used are "msteams_welcome_part1_msg" and "msteams_welcome_part1_msg".
For the commands displayed in the help, you can exclude the channel for each command in the integration configuration (Messaging Apps Integation module).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2022 11:57 AM
Hi,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2024 04:08 AM
This really helped !! Thanks @Victor Chen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2022 06:00 PM
Hello,
The settings are in the sys_cs_provider_application table for your integration.
You need to open the correct channel identity. The messages used are "msteams_welcome_part1_msg" and "msteams_welcome_part1_msg".
For the commands displayed in the help, you can exclude the channel for each command in the integration configuration (Messaging Apps Integation module).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2022 03:55 AM
Thanks, that did work! Not sure how you found that out. There are additional messages that follow it like 'Here are some helpful commands you can enter any time:'. Any idea how we could update them? I can see the messages in the sys_ui_message and inside the Definition of the '_help_' topic but not sure how they are getting called.
Regards,
Ayman