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.setMessageSubject(string: messageSubject)
- 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.setMessageBody(string: messageBody)
- Label
- What is the urgency of the message?
- Helper text
- Select between Normal, Important, or Urgent to call desired attention to your message
- Slug
- message_urgency
- Required
- true
- Can have default value
- true
- Filter code method
- MicrosoftTeams.postMessageToChannel.setMessageUrgency(string: messageUrgency)