Skip to content

Microsoft Teams

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

Categories: communication

Type: microsoftTeams/v1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameLabelTypeControl TypeDescriptionRequired
clientIdClient IdSTRINGTEXTtrue
clientSecretClient SecretSTRINGTEXTtrue
tenantIdTenant IdSTRINGTEXTtrue

Actions

Create Channel

Name: createChannel

Creates a new channel within a team.

Properties

NameLabelTypeControl TypeDescriptionRequired
teamIdTeam IDSTRINGSELECTID of the team where the channel will be created.true
displayNameChannel NameSTRINGTEXTtrue
descriptionDescriptionSTRINGTEXTDescription for the channel.false

Output

Type: OBJECT

Properties

NameTypeControl Type
idSTRINGTEXT
displayNameSTRINGTEXT
descriptionSTRINGTEXT

Send Channel Message

Name: sendChannelMessage

Sends a message to a channel.

Properties

NameLabelTypeControl TypeDescriptionRequired
teamIdTeam IDSTRINGSELECTID of the team where the channel is located.true
channelIdChannel IDSTRINGSELECTChannel to send message to.true
contentTypeMessage Text FormatSTRINGSELECTtrue
contentMessage TextSTRINGTEXT_AREAtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
idSTRINGTEXT
body{STRING(contentType), STRING(content)}OBJECT_BUILDER
channelIdentity{STRING(teamId), STRING(channelId)}OBJECT_BUILDER

Send Chat Message

Name: sendChatMessage

Sends a message in an existing chat.

Properties

NameLabelTypeControl TypeDescriptionRequired
chatIdChat IDSTRINGSELECTtrue
contentTypeMessage Text FormatSTRINGSELECTtrue
contentMessage TextSTRINGTEXT_AREAtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
idSTRINGTEXT
chatIdSTRINGTEXT
body{STRING(contentType), STRING(content)}OBJECT_BUILDER