import { SubscriberChannelDto } from "@novu/api/models/components";
let value: SubscriberChannelDto = {
providerId: "rocket-chat",
credentials: {},
};
Field | Type | Required | Description |
---|---|---|---|
providerId |
components.ProviderId | ✔️ | The ID of the chat or push provider. |
integrationIdentifier |
string | ➖ | An optional identifier for the integration. |
credentials |
components.ChannelCredentialsDto | ✔️ | Credentials for the channel. |