Which Gong seats are not actually capturing calls
Use “Which Gong seats are not actually capturing calls” in Recued. Cross-checks your Gong user list against the meeting-integration status. A seat is not A capture — exists and valid are two different booleans, and a rep with a licence but no calendar connection produces no calls at all.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (34 steps)
limit
clamp
Clamp setting limit between 1 and 1000
users_raw
?
users
default
Apply default
have_users
template
Generate text from a template
fail: step.users is_empty
user_count
count
Count items in users
active_users
filter
Filter by condition
active_count
count
Count items in active users
inactive_users
filter
Filter by condition
inactive_count
count
Count items in inactive users
addressable
filter
Filter by condition
addressable_count
count
Count items in addressable
no_email_count
math
Calculate active count minus addressable count
all_emails
pluck
Extract emailAddress from each item
emails
slice
Take a subset of
checked_count
count
Count items in emails
unchecked_count
math
Calculate addressable count minus checked count
have_emails
template
Generate text from a template
fail: step.emails is_empty
status_raw
?
statuses
default
Apply default
status_count
count
Count items in statuses
known
filter
Filter by condition
known_count
count
Count items in known
unknown
filter
Filter by condition
unknown_count
count
Count items in unknown
capturing
filter
Filter by condition
capturing_count
count
Count items in capturing
gaps
filter
Filter by condition
gap_count
count
Count items in gaps
gap_reasons
pluck
Extract userFacingError from each item
distinct_reasons
unique
Remove duplicates from
reason_count
count
Count items in distinct reasons
card
to_summary
Format results as a summary card
gap_table
to_table
Format results as a data table
unknown_table
to_table
Format results as a data table
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
gong
setting
=
limit
setting
=
500
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.