Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 3.26 KB

subscribersv1controllergetsubscriberpreferencebylevelrequest.md

File metadata and controls

21 lines (16 loc) · 3.26 KB

SubscribersV1ControllerGetSubscriberPreferenceByLevelRequest

Example Usage

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

let value: SubscribersV1ControllerGetSubscriberPreferenceByLevelRequest = {
  preferenceLevel: "global",
  subscriberId: "<id>",
};

Fields

Field Type Required Description
includeInactiveChannels boolean A flag which specifies if the inactive workflow channels should be included in the retrieved preferences. Default is true
preferenceLevel operations.Parameter ✔️ the preferences level to be retrieved (template / global)
subscriberId string ✔️ N/A
idempotencyKey string A header for idempotency purposes