I am trying to add subject while posting in Teams channel. I Am using MicrosoftTeams.PostMessageToChannelV3() by searching I got to know That I can use and teams will recognize but, It is not working.
MicrosoftTeams.PostMessageToChannelV3(
"Teams grp id",
"Channel id",
{
content: "< h2 >Subject:- xyz< /h2 >",contentType: "html"
}
)
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742312964a4420267.html
评论列表(0条)