ISubscribe

Interface

Properties

Property Type Notes
cadence Cadence

Frequency of the subscription

deliveryMethod DeliveryMethod

Delivery method for subscription, ie email or text

metadata ISubscribeMetadata

Metadata for the subscription

notificationSpecName SystemNotificationSpecNames

Notification spec name for the subscription

agoId Optional string

ArcGIS Online id for a user. Will always be extracted from the token unless service token is used.

deleted Optional boolean

Flag for deleted user

email Optional string

Email for the subscriber. Will always be extracted from the token unless service token is used.

firstName Optional string

First name for the subscriber. Will always be extracted from the token unless service token is used.

lastName Optional string

Last name for the subscriber. Will always be extracted from the token unless service token is used.

optedOut Optional boolean

Flag for unsubscribed user

username Optional string

Username for the subscriber. Will always be extracted from the token unless service token is used.


Interface defined in common/src/newsletters/api/orval/api/orval-newsletters.ts:154