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
Name *string The name of the integration
Identifier *string The unique identifier for the integration
EnvironmentID *string The ID of the associated environment
ProviderID string ✔️ The provider ID for the integration
Channel components.CreateIntegrationRequestDtoChannel ✔️ The channel type for the integration
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 []components.StepFilterDto Conditions for the integration