Create connector

Create a new connector

Headers

x-api-keystringRequired

Request

ConnectorCreateReqDTO
appobjectRequired
Filter options for the connector
configobjectRequired
Filter options for the connector

Response

idstring
List of matched integration ID
integrationIdstring
List of matched integration ID
namestring
Name of the integration
authSchemestring
Auth Scheme of the Integration.
createdAtstring
Date of creation of the integration
updatedAtstring
Date of updation of the integration
enabledboolean
Whether the integration is enabled or not
deletedboolean
Whether the integration is deleted or not
appIdstring
App ID of the integration
appNamestring
App name of the integration
expectedInputFieldslist of objects

List of fields that need to be collected from users to set up a connection using this connector. These fields should be included when calling POST /api/v1/connectedAccounts.

defaultConnectorIdstring or null
If this is a custom connector, this field may reference the original template connector it was based on.