Skip to content
Recued
Menu
← Back to recipes

Webex message brief

by recued-core v1

Read-only review brief for one Webex room message. It reads the room, seed message, optional thread replies, and visible memberships through recued-core.webex, then asks the AI summarizer for decisions, blockers, named owners, and next steps. It never sends replies, edits or deletes messages, changes memberships, downloads files, or calls arbitrary Webex APIs.

How it works 16 steps

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

Process (16 steps)
room_id trim
Trim whitespace from setting room id
message_id trim
Trim whitespace from setting message id
configured_parent_id trim
Trim whitespace from setting parent id
room ?
message ?
has_configured_parent compare
Check if configured parent id has data
parent_id ternary
Apply ternary
thread_messages_raw ?
memberships_raw ?
thread_messages default
Apply default
memberships default
Apply default
message_count count
Count items in thread messages
membership_count count
Count items in memberships
summarize ?
message_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 6 configurable

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

focus setting = Summarize the Webex message and visible thread context for decisions, blockers, named owners, due dates, unresolved questions, and concrete next steps. Do not invent facts outside the messages.
webex setting =
room id setting =
parent id setting =
max length setting = 900
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 Webex connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

webex webexchatmessagethreadbriefai-summarycollaborationpack:webex

Details

16 steps 6 configurable settings recipe_id: webex-message-brief