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.
Channel to send message to.STRINGSELECT
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