Send a Quo text message
Approval-gated Quo SMS send workflow. It reads the sending phone number for context, trims the requested message, and sends one text message through recued-core.quo.message.send to one recipient. It never bulk-sends messages, creates contacts, changes phone settings, creates webhooks, downloads recordings, or calls arbitrary Quo endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (14 steps)
message
trim
Trim whitespace from setting content
recipient_phone
trim
Trim whitespace from setting to phone
context_phone_number_id
trim
Trim whitespace from setting phone number id
has_context_number
compare
Check if context phone number id has data
has_message
compare
Check if message has data
has_recipient
compare
Check if recipient phone has data
send_ready
all
Check if all conditions are true
skip_standard_send
any
Check if any of the conditions are true
skip_done_send
any
Check if any of the conditions are true
phone_number
?
skip: step.has_context_number not_equal true
send_message
?
skip: step.skip_standard_send equal true
send_message_done
?
skip: step.skip_done_send equal true
sent_message
ternary
Apply ternary
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
quo
setting
=
from
setting
=
content
setting
=
set done
setting
=
false
to phone
setting
=
phone number id
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.