Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.93 KB

subscriberchanneldto.md

File metadata and controls

20 lines (15 loc) · 1.93 KB

SubscriberChannelDto

Example Usage

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

let value: SubscriberChannelDto = {
  providerId: "rocket-chat",
  credentials: {},
};

Fields

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.