Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 4.92 KB

CreateIntegrationRequestDto.md

File metadata and controls

16 lines (13 loc) · 4.92 KB

CreateIntegrationRequestDto

Fields

Field Type Required Description
providerId string ✔️ The provider ID for the integration
channel Components\CreateIntegrationRequestDtoChannel ✔️ The channel type for the integration
name ?string The name of the integration
identifier ?string The unique identifier for the integration
environmentId ?string The ID of the associated environment
credentials ?Components\CredentialsDto The credentials for the integration
active ?bool If the integration is active, the validation on the credentials field will run
check ?bool Flag to check the integration status
conditions array<Components\StepFilterDto> Conditions for the integration