Quo contact conversation brief
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
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
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.