This action will post a message to the specified channel.
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
Label
Which channel?
Slug
team_and_channel_ids
Required
true
Can have default value
false
Label
What is the subject of the message?
Helper text
This will appear as the header text of the message
Slug
message_subject
Required
true
Can have default value
true
Filter code method
MicrosoftTeams.postMessageToChannel.setMessage Subject(string: message_subject)
Label
What is the content of the message?
Helper text
This will appear as the body of the message
Slug
message_body
Required
true
Can have default value
true
Filter code method
MicrosoftTeams.postMessageToChannel.setMessage Body(string: message_body)
Label
What is the urgency of the message?
Helper text
Select between <a href="https://support.microsoft.com/en-us/office/mark-a-message-as-important-or-urgent-in-teams-ea99d5b6-1317-4550-8d75-86ff14cd4462" target="_blank">Normal, Important, or Urgent</a> to call desired attention to your message
Slug
message_urgency
Required
true
Can have default value
true
Filter code method
MicrosoftTeams.postMessageToChannel.setMessage Urgency(string: message_urgency)