Actions

custom_api_call
Make a custom API call to a specific endpoint

microsoft_teams_create_channel
Create a new channel in Microsoft Teams.

microsoft_teams_create_chat_and_send_message
Start a new chat and send an initial message.

microsoft_teams_create_private_channel
Create a new private channel in a team.

microsoft_teams_find_channel
Finds channels by name.

microsoft_teams_find_team_member
Finds a team member by email or display name.

microsoft_teams_get_channel_message
Fetch a specific channel message by team, channel, and message ID (optionally a reply).

microsoft_teams_get_chat_message
Fetch a specific chat message by chat and message ID.

microsoft_teams_reply_to_channel_message
Post a reply to an existing channel message.

microsoft_teams_send_channel_message
Sends a message to a teams's channel.

microsoft_teams_send_chat_message
Sends a message in an existing chat.
Triggers

new-channel-message
Triggers when a new message is posted in a channel.

new-channel
Triggers when a new channel is created in a team.

new-chat
Triggers when a new chat is created.

new-chat-message
Triggers when a new message is received in a chat.























