Short answer: Drop the "Vercel → List Deployments" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Project ID or Name projectId | string | Optional | Project ID or Name. Example: my-app |
Target target | options | Optional | Target. Options: All, Production, Preview |
Limit limit | string | Optional | Limit. e.g. "20" |
{"projectId": "e.g. my-app","target": "{{trigger.target}}","limit": "20"}
{"deployments": [{"uid": "dpl_abc123","url": "my-app-abc123.vercel.app","state": "READY","target": "production","created": 1700000000000}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.