Skip to content
Recued
Menu
← Back to recipes

Send a Teams channel update

by recued-core v1

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 8 steps

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 7 configurable

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.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Microsoft connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

microsoft-teams microsoft-teamsteamschannelmessagesendapprovalcollaborationpack:teams

Details

8 steps 7 configurable settings recipe_id: send-teams-channel-update