Blocks
Vercel
Frontend deployment and hosting platform
Integrate with Vercel to deploy frontend applications, manage projects, create deployments, configure environment variables, and monitor deployments. Perfect for Next.js and modern web applications with OAuth 2.0 authentication.
Block Preview
Vercel
Frontend deployment and hosting platform
Usage
- Add the block to your workflow and connect it to the upstream step.
- Connect the required credentials or OAuth provider before running.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the vercel block with monitoring enabled in production.
Inputs (UI)
Vercel Account
oauth-inputPlaceholder: Select Vercel account
Layout: full
Provider: vercel
Operation
dropdownLayout: full
Options: List Projects, Get Project, Create Deployment, List Deployments
Project ID
short-inputPlaceholder: Enter project ID
Layout: full
Condition: operation = ["get_project","create_deployment","create_env"]
Deployment ID
short-inputPlaceholder: Enter deployment ID
Layout: full
Condition: operation = "get_deployment"
Git Source (JSON)
long-inputPlaceholder: {"type": "github", "repo": "owner/repo", "ref": "main"}
Layout: full
Condition: operation = "create_deployment"
Inputs (API)
credential
stringRequired
operation
stringRequired
projectId
stringOptional
deploymentId
stringOptional
gitSource
stringOptional
Outputs
Primary response type:
{
"data": "json"
}