IUpdateSubscription

Interface

Properties

Property Type Notes
action Optional SubscriptionAction

Type of action representing user selections that further customize the subscription behavior

active Optional boolean

Flag to opt user in or out of subscription

cadence Optional Cadence

Frequency of the subscription

catalog Optional IUpdateSubscriptionCatalog

catalog for a subscription

deliveryMethod Optional DeliveryMethod

Delivery method for subscription, ie email or text

entityId Optional string

The AGO id of the entity associated with the subscription

entityType Optional SubscriptionEntityType

The type of entity associated with the subscription entityId

lastDelivery Optional string

Last delivered datetime string of the subscription in ISO 8601 format

userId Optional string

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


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