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,
},
],
};
Field | Type | Required | Description |
---|---|---|---|
headers |
Record<string, string[]> | ✔️ | N/A |
result |
components.IntegrationResponseDto[] | ✔️ | N/A |