Create Custom Connector
The Create operation allows you to create a custom connector in your workspace.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
title
The title of the custom connector you plan to create.
logo
The logo you plan to add to your custom connector. Your logo must be encoded in Base64 format.
description
A description of your custom connector. This is visible when you share your custom connector through a private link or the community library. Markdown is allowed.
code
The Ruby code for your custom connector. Ensure that the code is stringified. Your code cannot exceed 10MB in size.
note
Notes for the initial version of your custom connector.
Response
Success - The custom connector was created successfully.
id
The unique identifier of the created custom connector.
name
The internal name of the custom connector.
title
The title of the created custom connector.
logo
The Base64 encoded logo for the custom connector.
latest_version
The most recent version of the custom connector.
latest_version_note
Notes associated with the latest version of the custom connector.
latest_released_version
The most recent released version of the custom connector.
latest_released_version_note
Notes associated with the latest released version of the custom connector.
released_versions
List of released versions for the custom connector.