Perform a validation of an integration creation request
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your workspace ID.
Integration
Name of the Integration
200
Version of the Integration
200
Default configuration definition of the integration
Additional configuration definitions of the integration
Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.
JavaScript code of the integration
URL of the integration
Indicates whether the integration is a development integration; Dev integrations run locally
Base64 encoded svg of the integration icon. This icon is global to the integration each versions will be updated when this changes.
Base64 encoded markdown of the integration readme. The readme is specific to each integration versions.
Title of the integration. This is the name that will be displayed in the UI
1 - 64
Description of the integration. This is the description that will be displayed in the UI
256
Indicates whether the integration is public. Public integrations are available to all and cannot be updated without creating a new version.
Validation succeeded: the integration can be created using the same parameters
The response is of type object
.