Sends a message to a Microsoft Teams channel.

Hierarchy

  • TeamsAction

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
channel: string

The channel ID.

team: string

The team ID.

tenant: string

The tenant ID.

type: string

Must be set to "send_teams_message".

Generated using TypeDoc