Skip to content

Microsoft Teams

Reference


Microsoft Teams is a collaboration platform that combines workplace chat, video meetings, file storage, and application integration.

Categories: [communication]

Version: 1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameTypeControl TypeDescription
Client IdSTRINGTEXT
Client SecretSTRINGTEXT
Tenant IdSTRINGTEXT

Actions

Create Channel

Creates a new channel within a team.

Properties

NameTypeControl TypeDescription
TeamSTRINGSELECTTeam where the channel will be created.
Channel NameSTRINGTEXT
DescriptionSTRINGTEXTDescription for the channel.

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
STRINGTEXT

Send Channel Message

Sends a message to a channel.

Properties

NameTypeControl TypeDescription
TeamSTRINGSELECTTeam where the channel is located.
ChannelSTRINGSELECTChannel to send message to.
Message Text FormatSTRINGSELECT
Message TextSTRINGTEXT_AREA

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
{STRING(contentType), STRING(content)}OBJECT_BUILDER
{STRING(teamId), STRING(channelId)}OBJECT_BUILDER

Send Chat Message

Sends a message in an existing chat.

Properties

NameTypeControl TypeDescription
ChatSTRINGSELECT
Message Text FormatSTRINGSELECT
Message TextSTRINGTEXT_AREA

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
{STRING(contentType), STRING(content)}OBJECT_BUILDER