Vercel Integration

Create a Vercel App

To use the Vercel integration you'll need to create your own integration in Vercel. To start, click "Create" in the Integrations Developer Console.

When configuring the app, use the following values:

SettingValue
Redirect URL{YOUR_DOMAIN}/extensions/vercel/configure/
UI Hook URL{YOUR_DOMAIN}/extensions/vercel/ui-hook/
Delete Hook URL{YOUR_DOMAIN}/extensions/vercel/delete/

Take note of your client ID, client secret, and integration URL slug (the value you entered in the URL Slug field. This will be used to construct the integration installation URL). Add those to config.yml like this:

Copied
# Vercel #
vercel.client-id: your-client-id
vercel.client-secret: your-secret
vercel.integration-slug: your-integration-slug

Follow our documentation on installing and configuring the Vercel integration to use the integration.

You can edit this page on GitHub.