Skip to content
Recued
Menu
← Back to recipes

Send a Google Chat space update

by recued-core v1

Approval-gated Google Chat text post for one space, optionally as a thread reply. It reads the destination space for context, then sends exactly one plain-text message through recued-core.google-chat.message.post when text is present. It does not edit or delete messages, change memberships, add reactions, upload attachments, create cards/widgets, or call arbitrary Chat APIs.

How it works 13 steps

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

Process (13 steps)
space_id trim
Trim whitespace from setting space id
text trim
Trim whitespace from setting text
thread_name trim
Trim whitespace from setting thread name
has_text compare
Check if text has data
has_thread compare
Check if thread name has data
space ?
skip_root_post any
Check if any of the conditions are true
skip_thread_post any
Check if any of the conditions are true
root_message ?
skip: step.skip_root_post equal true
thread_message ?
skip: step.skip_thread_post equal true
posted_message ternary
Apply ternary
skipped compare
Check if has text 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.

text setting =
google setting =
space id setting =
thread name setting =
message reply option setting = REPLY_MESSAGE_OR_FAIL

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

About

Tags

google-chat google-chatchatspacemessagesendthreadapprovalpack:google-chat

Details

13 steps 5 configurable settings recipe_id: send-google-chat-space-update