Quo front desk digest
Scheduled read-only Quo business-phone digest. It lists phone numbers, users, contacts, recent conversations, and tasks through recued-core.quo, renders compact tables, and optionally sends an in-app nudge when conversations or tasks are visible. It never sends messages, changes conversation status, creates contacts, mutates tasks, creates webhooks, downloads recordings, or calls arbitrary Quo endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (20 steps)
phone_numbers_raw
?
users_raw
?
contacts_raw
?
conversations_raw
?
tasks_raw
?
phone_number_rows
default
Apply default
users
default
Apply default
contacts
default
Apply default
conversations
default
Apply default
tasks
default
Apply default
phone_number_count
count
Count items in phone number rows
user_count
count
Count items in users
contact_count
count
Count items in contacts
conversation_count
count
Count items in conversations
task_count
count
Count items in tasks
should_notify
all
Check if all conditions are true
notify
?
skip: step.should_notify not_equal true
conversation_table
to_table
Format results as a data table
task_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
=
user id
setting
=
channels
setting
=
in_app
end hour
setting
=
10
weekdays
setting
=
1,2,3,4,5
row limit
setting
=
25
start hour
setting
=
8
phone numbers
setting
=
updated after
setting
=
notify when visible
setting
=
true
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.