POST /v1/connect/connectors
Create a connector from type-specific configuration and optionally link it to a project during creation.
Servers
- https://api.vercel.com
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
projectId |
String | No |
Link to the specified project when specified. See environments. |
environments[] |
Array | No |
Use these environments when linking to the project specified by the projectId. |
accentColor |
String | No |
Branding accent color (6-digit hex, e.g. "#000000"). |
data |
Yes | ||
name |
String | No | |
uid |
String | No | |
triggers |
Boolean | No |
Whether the triggers are enabled for this connector. |
type |
String | Yes |
Known types: api-key, github, linear, oauth, salesforce, slack, snowflake. |
service |
String | No |
Service slug or URL for which the connector is used. |
events[] |
Array | No |
The list of the defaults trigger events for this connector. |
backgroundColor |
String | No |
Branding background color (6-digit hex, e.g. "#000000"). |
icon |
String | No |
Branding icon SHA-1 hash already uploaded to the Vercel avatar service. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.