Skip to content
Recued
Menu
← Back to recipes

Quo front desk digest

by recued-core v1

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 20 steps

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 10 configurable

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.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Send notificationsRead your Quo connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

quo quoopenphonebusiness-phonefront-deskcontactstasksdigestschedulepack:quo

Details

20 steps 10 configurable settings recipe_id: quo-front-desk-digest