TDV Adapter for Microsoft Teams

Build 22.0.8462

SendMessage

Send Message in the specified channel.

Input

Name Type Required Description
TeamId String True The Id of the Team to which message has to be sent.
ChannelId String True The Id of the Channel to which message has to be sent.
ContentType String False The ContentType of the Message Content of the Message to be sent..
Content String True The Content of the Message to be sent.
Importance String False Importance of the message to be sent. Default value is normal.

The allowed values are normal, high, urgent.

Mention String False Comma Separated MentionText and MentionUserId values. In case of multiple MentionText and MentionUserId pair, enter the Semicolon separated pairs. eg: MentionText1,MentionUserId1;MentionText2,MentionUserId2

Result Set Columns

Name Type Description
Success String Whether the operation was successful.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462