interface MicrosoftTeamsTriggerNodeParameters {
channelId?: {
mode: "id" | "list" | "url";
value: string;
};
chatId?: { mode: "id"
| "list"
| "url"; value: string };
event?:
| "newChannel"
| "newChannelMessage"
| "newChat"
| "newChatMessage"
| "newTeamMember";
teamId?: { mode: "id"
| "list"
| "url"; value: string };
watchAllChannels?: boolean;
watchAllChats?: boolean;
watchAllTeams?: boolean;
}Properties§
§§§§§§
readonly channel Id?: { ... }§
readonly chat Id?: { ... }Select a chat from the list, enter an ID or a URL Default: {"mode":"list","value":""}
readonly event?:
| "newChannel"
| "newChannelMessage"
| "newChat"
| "newChatMessage"
| "newTeamMember"Select the event to trigger the workflow Default: "newChannelMessage"
readonly team Id?: { ... }Select a team from the list, enter an ID or a URL Default: {"mode":"list","value":""}
readonly watch All Channels?: booleanWhether to watch for the event in all the available channels
readonly watch All Chats?: booleanWhether to watch for the event in all the available chats
readonly watch All Teams?: booleanWhether to watch for the event in all the available teams
Select a channel from the list, enter an ID or a URL Default: {"mode":"list","value":""}