简体   繁体   中英

How to send a message to Activity in the side rail in Ms Teams?

How to send a message (with link to navigate to the personal app) to Activity in the side rail to notify certain users in Teams.

在此处输入图像描述

Your question's not actually all that clear, but it sounds like what you're looking for could be a "Notification Only" bot .

You could achieve this by sending a proactive message form the bot once the app is installed in teams. Here is a sample code for Proactive message in Teams . When you reply to bot, add below code. It will send a notification to user in feed.

notify.TeamsNotifyUser();

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM