Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.88 KB

updatesubscriberchannelrequestdto.md

File metadata and controls

22 lines (17 loc) · 1.88 KB

UpdateSubscriberChannelRequestDto

Example Usage

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

let value: UpdateSubscriberChannelRequestDto = {
  credentials: {
    webhookUrl: "<value>",
  },
  providerId: 5373.73,
};

Fields

Field Type Required Description
credentials components.ChannelCredentials ✔️ Credentials payload for the specified provider
integrationIdentifier string The integration identifier
providerId number ✔️ The provider identifier for the credentials