Skip to content
Recued
Menu
← Back to recipes

Send a Discord channel update

by recued-core v1

Approval-gated Discord channel post for one channel or thread, optionally as a reply to one message. It reads the destination channel for context, then sends exactly one Discord message through recued-core.discord.channel.message.send when text is present. It suppresses broad mention parsing by default and does not delete, edit, pin, react, create invites, create threads, change roles, or mutate channel settings.

How it works 12 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (12 steps)
content trim
Trim whitespace from setting content
reply_to_message_id trim
Trim whitespace from setting reply to message id
has_content compare
Check if content has data
has_reply compare
Check if reply to message id has data
channel ?
skip_root_post any
Check if any of the conditions are true
skip_reply_post any
Check if any of the conditions are true
root_message ?
skip: step.skip_root_post equal true
reply_message ?
skip: step.skip_reply_post equal true
posted_message ternary
Apply ternary
skipped compare
Check if has content does not equal true
card to_summary
Format results as a summary card
Settings 5 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

tts setting = false
content setting =
discord setting =
channel id setting =
reply to message id setting =

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 Discord connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

discord discordchannelmessagesendreplyapprovalcommunitypack:discord

Details

12 steps 5 configurable settings recipe_id: send-discord-channel-update