Skip to main content

UpdateSubscriberInput (Input)

Description

No description



Fields

NameDescription
emailDigestEnabled - Boolean
emailDigestSendFrequency - EmailDigestFrequency
emailDigestWeeklySendDay - DayOfWeek
emailSubscriptionEnabled - BooleanIf enabled, the subscriber will receive email notifications.
fcmDeviceTokens - [String!]For each FCM devices token, the subscriber will receive push notifications.
instantEmailTriggers - [NotificationTrigger!]Array of instant email triggers that the subscriber will receive. Similar to notification triggers, these can include various events that prompt an immediate email. If this array is empty, the subscriber will not receive any instant emails.
mentionEmailEnabled - BooleanIf enabled, the subscriber will receive emails if they are mentioned in a post or reply.
mentionSubscriptionEnabled - BooleanIf enabled, the subscriber will receive notifications if they are mentioned in a post or reply.
messageEmailEnabled - BooleanIf enabled, the subscriber will receive emails if they receive a message.
notificationTriggers - [NotificationTrigger!]Array of notification triggers that the subscriber will receive. If this array is empty, the subscriber will not receive any notifications.
reactionEmailEnabled - BooleanIf enabled, the subscriber will receive emails if someone reacts to their post or reply.
reactionSubscriptionEnabled - BooleanIf enabled, the subscriber will receive notifications if someone reacts to their post or reply.

input UpdateSubscriberInput {
emailDigestEnabled: Boolean
emailDigestSendFrequency: EmailDigestFrequency
emailDigestWeeklySendDay: DayOfWeek
emailSubscriptionEnabled: Boolean
fcmDeviceTokens: [String!]
instantEmailTriggers: [NotificationTrigger!]
mentionEmailEnabled: Boolean
mentionSubscriptionEnabled: Boolean
messageEmailEnabled: Boolean
notificationTriggers: [NotificationTrigger!]
reactionEmailEnabled: Boolean
reactionSubscriptionEnabled: Boolean
}