Recued
Menu
← Back to recipes

Which Twilio numbers answer nothing, and which show a URL that is never called

by recued-core v1 11 views

Use “Which Twilio numbers answer nothing, and which show a URL that is never called” in Recued. A number with NO handler still bills. It reads information without changing data in the connected service.

How it works 32 steps

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

Process (32 steps)
local_raw ?
defaults defaults
Apply defaults
mobile_raw ?
mobile default
Apply default
tollfree_raw ?
tollfree default
Apply default
any_numbers any
Check if any of the conditions are true
have_numbers template
Generate text from a template
fail: step.any_numbers equal false
local_count count
Count items in local
mobile_count count
Count items in mobile
tollfree_count count
Count items in tollfree
subtotal math
Calculate local count plus mobile count
total_count math
Calculate subtotal plus tollfree count
local_unreachable filter
Filter by condition
local_unreachable_count count
Count items in local unreachable
mobile_unreachable filter
Filter by condition
mobile_unreachable_count count
Count items in mobile unreachable
tollfree_unreachable filter
Filter by condition
tollfree_unreachable_count count
Count items in tollfree unreachable
unreachable_subtotal math
Calculate local unreachable count plus mobile unreachable count
unreachable_total math
Calculate unreachable subtotal plus tollfree unreachable count
local_shadowed filter
Filter by condition
local_shadowed_count count
Count items in local shadowed
local_no_sms filter
Filter by condition
local_no_sms_count count
Count items in local no sms
needs_address filter
Filter by condition
needs_address_count count
Count items in needs address
address_missing filter
Filter by condition
address_missing_count count
Count items in address missing
card to_summary
Format results as a summary card
unreachable_table to_table
Format results as a data table
shadowed_table to_table
Format results as a data table
Settings 2 configurable

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

twilio setting =
account sid setting = [object Object]

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Permissions it requires

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

About

Tags

twilio twiliotelephonyconfigurationinventoryread-only

Details

32 steps 2 configurable settings recipe_id: review-number-reachability-twilio