Skip to content
Recued
Menu
← Back to recipes

ElevenLabs usage and history digest

by recued-core v1

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 16 steps

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 10 configurable

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.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

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

About

Tags

elevenlabs elevenlabsusagehistoryvoicedigestnotificationpack:elevenlabs

Details

16 steps 10 configurable settings recipe_id: elevenlabs-usage-history-digest