What Zendesk's ticket count is not telling you
Use “What Zendesk's ticket count is not telling you” in Recued. The count is an estimate that can be silently capped. Zendesk's own words: "Returns an approximate count of tickets in the account.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (25 steps)
count_raw
?
defaults
defaults
Apply defaults
count_capped
compare
Check if count value is at least 100000
refresh_unknown
compare
Check if count refreshed at is empty
count_untrustworthy
all
Check if all conditions are true
suspended_raw
?
suspended
default
Apply default
deleted_raw
?
deleted
default
Apply default
skips_raw
?
skips
default
Apply default
any_signal
any
Check if any of the conditions are true
have_signal
template
Generate text from a template
fail: step.any_signal equal false
suspended_count
count
Count items in suspended
deleted_count
count
Count items in deleted
skip_count
count
Count items in skips
cause_values
pluck
Extract cause from each item
causes_seen
unique
Remove duplicates from
never_a_ticket
filter
Filter by condition
never_a_ticket_count
count
Count items in never a ticket
linked_to_ticket
filter
Filter by condition
linked_count
count
Count items in linked to ticket
missing_subtotal
math
Calculate suspended count plus deleted count
card
to_summary
Format results as a summary card
suspended_table
to_table
Format results as a data table
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
zendesk
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.