ElevenLabs usage and history digest
Scheduled read-only ElevenLabs operations digest. It reads subscription usage and recent speech history metadata through recued-core.elevenlabs, renders compact review tables, and can send an in-app notification when history activity or open invoices are visible. It never generates audio, downloads history audio, deletes history, bulk-downloads history, mutates voices/samples, uploads audio, configures agents/tools/MCP/secrets, or calls arbitrary ElevenLabs routes.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (16 steps)
user
?
subscription
?
history_raw
?
history
default
Apply default
history_count
count
Count items in history
has_history
compare
Check if history count is greater than 0
history_notice_enabled
compare
Check if setting notify when history equals true
history_notice
all
Check if all conditions are true
has_open_invoices
compare
Check if subscription result has open invoices equals true
invoice_notice_enabled
compare
Check if setting notify when open invoices equals true
invoice_notice
all
Check if all conditions are true
should_notify
any
Check if any of the conditions are true
notify
?
skip: step.should_notify not_equal true
history_rows
slice
Take a subset of
history_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
source
setting
=
TTS
channels
setting
=
in_app
end hour
setting
=
10
weekdays
setting
=
1,2,3,4,5
page size
setting
=
100
row limit
setting
=
25
elevenlabs
setting
=
start hour
setting
=
8
notify when history
setting
=
true
notify when open invoices
setting
=
true
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.