Skip to main content
Description: Manage operations in Microsoft Teams. Authentication:
  • See integration-specific authentication requirements
Available Actions: Examples:
Action: unknown
Example 1: Microsoft Teams - Create Meeting Create a comprehensive Teams meeting
{
  "automationType": "microsoft_teams",
  "nodeId": "teams-meeting-001"
}
Example 2: Microsoft Teams - Send Channel Message Send a message to a Teams channel
{
  "automationType": "microsoft_teams",
  "nodeId": "teams-channel-message-001"
}
Example 3: Microsoft Teams - Send Chat Message Send a 1:1 or group chat message
{
  "automationType": "microsoft_teams",
  "nodeId": "teams-chat-message-001"
}
Third-Party Documentation: