Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 2 KB

integrationscontrollerlistintegrationsresponse.md

File metadata and controls

36 lines (31 loc) · 2 KB

IntegrationsControllerListIntegrationsResponse

Example Usage

import { IntegrationsControllerListIntegrationsResponse } from "@novu/api/models/operations";

let value: IntegrationsControllerListIntegrationsResponse = {
  headers: {
    "key": [
      "<value>",
    ],
  },
  result: [
    {
      environmentId: "<id>",
      organizationId: "<id>",
      name: "<value>",
      identifier: "<value>",
      providerId: "<id>",
      channel: "sms",
      credentials: {},
      active: false,
      deleted: false,
      primary: false,
    },
  ],
};

Fields

Field Type Required Description
headers Record<string, string[]> ✔️ N/A
result components.IntegrationResponseDto[] ✔️ N/A