Skip to content
Recued
Menu
← Back to recipes

Quo contact conversation brief

by recued-core v1

Read-only Quo customer context brief. It reads one optional contact, recent messages, calls, call summary, recordings, and voicemail metadata through recued-core.quo, then asks the AI summarizer for context, open questions, risks, and next actions. It never sends text messages, changes conversation status, mutates contacts or tasks, downloads call audio, creates webhooks, or calls arbitrary Quo endpoints.

How it works 18 steps

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

Process (18 steps)
trimmed_contact_id trim
Trim whitespace from setting contact id
trimmed_call_id trim
Trim whitespace from setting call id
has_contact compare
Check if trimmed contact id has data
has_call compare
Check if trimmed call id has data
contact ?
skip: step.has_contact not_equal true
messages_raw ?
calls_raw ?
call_summary ?
skip: step.has_call not_equal true
call_recordings ?
skip: step.has_call not_equal true
call_voicemail ?
skip: step.has_call not_equal true
messages default
Apply default
calls default
Apply default
message_count count
Count items in messages
call_count count
Count items in calls
brief ?
message_table to_table
Format results as a data table
call_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 8 configurable

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

quo setting =
focus setting = Summarize the customer context, recent texts and calls, call-summary next steps, unresolved risks, and concrete follow-up actions. Do not invent facts outside the Quo records.
call id setting =
row limit setting = 25
contact id setting =
max length setting = 900
phone number id setting =
participant phone 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 Quo connectionAi summarize
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

quo quoopenphonebusiness-phonemessagescallscontactssupportai-summarypack:quo

Details

18 steps 8 configurable settings recipe_id: quo-contact-conversation-brief