Integration component for Vercel, enabling management of projects, deployments, domains, environment variables, teams, users, and webhooks.

Changelog

2 versions
v1.1.0 Latest
  • Added MakeApiCall component for arbitrary API calls.
v1.0.1
  • Initial version

Authentication

TypeDetails
API Key
API Token (text)
Your Vercel API token. Create one in your Vercel account settings under

Actions

10
Cancel Deployment icon

Cancel Deployment

Cancel a running deployment using its unique identifier.
Create Project icon

Create Project

Create a new project with the specified configuration details.
Delete Deployment icon

Delete Deployment

Remove a deployment from the account or team using its unique identifier.
Delete Project icon

Delete Project

Remove a project from the account or team.
Find Deployments icon

Find Deployments

Retrieve all deployments with options to filter by project, status or target.
Find Projects icon

Find Projects

Retrieve all projects associated with the account or team. Supports filtering by a search query and repository URL.
Get Deployment icon

Get Deployment

Retrieve detailed information about a specific deployment using its unique identifier.
Get Project icon

Get Project

Retrieve detailed information for a specific project using its unique identifier.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Vercel API.
Update Project icon

Update Project

Modify settings of an existing project.