Skip to content
Recued
Menu
← Back to recipes

Firecrawl crawl operations digest

by recued-core v1

Scheduled read-only Firecrawl operations digest. It lists active crawls, reads credit and token usage, renders compact operations tables, and can send an in-app notification for active crawls or low remaining credits. It never starts or cancels jobs, registers webhooks, scrapes pages, mutates billing/team settings, or calls arbitrary Firecrawl API routes.

How it works 18 steps

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

Process (18 steps)
active_crawls_raw ?
credit_usage ?
credit_history ?
token_usage ?
active_crawls default
Apply default
history_periods default
Apply default
active_count count
Count items in active crawls
has_active_crawls compare
Check if active count is greater than 0
low_credits compare
Check if credit usage result data remainingCredits is less than setting low credit threshold
attention_needed any
Check if any of the conditions are true
notify_enabled compare
Check if setting notify when attention needed equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
active_rows slice
Take a subset of
history_rows slice
Take a subset of
active_table to_table
Format results as a data table
credit_history_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 8 configurable

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

channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
firecrawl setting =
row limit setting = 20
start hour setting = 8
low credit threshold setting = 1000
notify when attention needed 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 Firecrawl connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

Data it touches

Warehousedata.remainingcreditsdata.remainingtokensdata.plancreditsdata.plantokensdata.billingperiodend

About

Tags

firecrawl firecrawlcrawlusagecreditstokensdigestnotificationpack:firecrawl

Details

18 steps 8 configurable settings recipe_id: firecrawl-crawl-operations-digest