Microsoft Teams
Microsoft Teams is a collaboration platform that combines workplace chat, video meetings, file storage, and application integration.
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
Name | Label | Type | Description | Required |
---|---|---|---|---|
clientId | Client Id | STRING | true | |
clientSecret | Client Secret | STRING | true | |
tenantId | Tenant Id | STRING | true |
Actions
Create Channel
Name: createChannel
Creates a new channel within a team.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
teamId | Team ID | STRING | ID of the team where the channel will be created. | true |
displayName | Channel Name | STRING | true | |
description | Description | STRING | Description for the channel. | false |
Example JSON Structure
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
id | STRING | ID of the channel. |
displayName | STRING | Name of the channel that will appear to the user in Microsoft Teams. |
description | STRING | Description of the channel. |
Output Example
Send Channel Message
Name: sendChannelMessage
Sends a message to a channel.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
teamId | Team ID | STRING | ID of the team where the channel is located. | true |
channelId | Channel ID | STRING Depends OnteamId | Channel to send message to. | true |
contentType | Message Text Format | STRING Optionstext, html | true | |
content | Message Text | STRING | true |
Example JSON Structure
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
id | STRING | ID of the message. |
body | OBJECT Properties{STRING(contentType), STRING(content)} | Plaintext/HTML representation of the content of the chat message. |
channelIdentity | OBJECT Properties{STRING(teamId), STRING(channelId)} | Represents identity of the channel. |
Output Example
Send Chat Message
Name: sendChatMessage
Sends a message in an existing chat.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
chatId | Chat ID | STRING | true | |
contentType | Message Text Format | STRING Optionstext, html | true | |
content | Message Text | STRING | true |
Example JSON Structure
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
id | STRING | ID of the message. |
chatId | STRING | ID of the chat. |
body | OBJECT Properties{STRING(contentType), STRING(content)} | Plaintext/HTML representation of the content of the chat message. |
Output Example
Microsoft SharePoint
Microsoft SharePoint is a web-based collaborative platform that integrates with Microsoft Office, providing document management, intranet, and content management features for organizations.
Microsoft To Do
Microsoft To Do is a cloud-based task management application that helps users organize, prioritize, and track tasks across devices with features like lists, reminders, and collaboration.