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 |