Vercel release operations digest
Scheduled read-only digest for Vercel release operations. It reads the authenticated user, one page of projects, and one page of deployments through recued-core.vercel, renders compact tables, and can send an in-app nudge when release records are visible. It never creates deployments, promotes or rolls back deployments, pauses projects, mutates domains or environment variables, reads secret values, deletes records, or calls arbitrary Vercel APIs.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (20 steps)
team_id_trim
trim
Trim whitespace from setting team id
team_slug_trim
trim
Trim whitespace from setting team slug
project_search_trim
trim
Trim whitespace from setting project search
deployment_state_trim
trim
Trim whitespace from setting deployment state
deployment_target_trim
trim
Trim whitespace from setting deployment target
user
?
projects_raw
?
deployments_raw
?
projects
default
Apply default
deployments
default
Apply default
project_count
count
Count items in projects
deployment_count
count
Count items in deployments
visible_count
sum
Sum values in
has_records
compare
Check if visible count is greater than 0
notify_enabled
compare
Check if setting notify when records equals true
should_notify
all
Check if all conditions are true
notify
?
skip: step.should_notify not_equal true
project_table
to_table
Format results as a data table
deployment_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.
vercel
setting
=
team id
setting
=
channels
setting
=
in_app
end hour
setting
=
10
weekdays
setting
=
1,2,3,4,5
row limit
setting
=
25
team slug
setting
=
start hour
setting
=
8
project search
setting
=
deployment state
setting
=
deployment target
setting
=
notify when records
setting
=
true
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.