Type Alias ZonedApiUpdateSubscriberRequest

ZonedApiUpdateSubscriberRequest: {
    emailConfig?: SubscriberEmailConfig;
    name: string;
    subscriberId: string;
    webhookConfig?: SubscriberWebhookConfig;
    zone?: Zone;
}

Type declaration

  • OptionalemailConfig?: SubscriberEmailConfig

    Email address configuration.

    One-of ('config'): at most one of 'emailConfig', 'webhookConfig' could be set.

  • name: string

    Subscriber name.

  • subscriberId: string

    Subscriber ID.

  • OptionalwebhookConfig?: SubscriberWebhookConfig

    Webhook URI configuration.

    One-of ('config'): at most one of 'emailConfig', 'webhookConfig' could be set.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.