Group Location
Explore Plans
Mobile menu Close menu
Microsoft TeamsMicrosoft Teams

Post to channel

This action will post a message to the specified channel.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
API endpoint slug
microsoft_teams.post_message_to_channel
Filter code method
MicrosoftTeams.postMessageToChannel.skip(string?: reason)
Runtime method
runAction("microsoft_teams.post_message_to_channel", {})

Action fields

Team and channel ids Nested dropdown list

Label
Which channel?
Slug
team_and_channel_ids
Required
true
Can have default value
false

Message subject Text input > Title

Label
What is the subject of the message?
Helper text
Slug
message_subject
Required
true
Can have default value
true
Filter code method
MicrosoftTeams.postMessageToChannel.setMessageSubject(string: messageSubject)

Message body Text input > Long text

Label
What is the content of the message?
Helper text
Slug
message_body
Required
true
Can have default value
true
Filter code method
MicrosoftTeams.postMessageToChannel.setMessageBody(string: messageBody)

Message urgency Dropdown list

Label
What is the urgency of the message?
Helper text
Slug
message_urgency
Required
true
Can have default value
true
Filter code method
MicrosoftTeams.postMessageToChannel.setMessageUrgency(string: messageUrgency)