Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 3.7 KB

createintegrationrequestdto.md

File metadata and controls

26 lines (21 loc) · 3.7 KB

CreateIntegrationRequestDto

Example Usage

import { CreateIntegrationRequestDto } from "@novu/api/models/components";

let value: CreateIntegrationRequestDto = {
  channel: "push",
  providerId: "<value>",
};

Fields

Field Type Required Description
environmentId string N/A
active boolean If the integration is active the validation on the credentials field will run
channel components.Channel ✔️ N/A
check boolean N/A
conditions components.StepFilter[] N/A
credentials components.CredentialsDto N/A
identifier string N/A
name string N/A
providerId string ✔️ N/A