Send a Teams channel update
Approval-gated Microsoft Teams channel post for one team and channel. It reads the destination team and channel for context, then sends exactly one message through recued-core.teams.channel.message.send when content is present. It does not create teams or channels, add members, edit/delete messages, pin content, upload files, set reactions, or call arbitrary Graph endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (8 steps)
subject
trim
Trim whitespace from setting subject
content
trim
Trim whitespace from setting content
has_content
compare
Check if content has data
team
?
channel
?
skip_send
compare
Check if has content does not equal true
message
?
skip: step.skip_send equal true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
content
setting
=
subject
setting
=
team id
setting
=
microsoft
setting
=
channel id
setting
=
importance
setting
=
normal
content type
setting
=
html
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.