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.

Back to Catalog
Toolsvercel

Block Preview

Vercel

Frontend deployment and hosting platform

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Connect the required credentials or OAuth provider before running.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the vercel block with monitoring enabled in production.

Inputs (UI)

Vercel Account

oauth-input

Placeholder: Select Vercel account

Layout: full

Provider: vercel

Operation

dropdown

Layout: full

Options: List Projects, Get Project, Create Deployment, List Deployments

Project ID

short-input

Placeholder: Enter project ID

Layout: full

Condition: operation = ["get_project","create_deployment","create_env"]

Deployment ID

short-input

Placeholder: Enter deployment ID

Layout: full

Condition: operation = "get_deployment"

Git Source (JSON)

long-input

Placeholder: {"type": "github", "repo": "owner/repo", "ref": "main"}

Layout: full

Condition: operation = "create_deployment"

Inputs (API)

credential

string

Required

operation

string

Required

projectId

string

Optional

deploymentId

string

Optional

gitSource

string

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

vercel_api
Vercel | NowFlow Blocks