Databricks SDK for JavaScript
    Preparing search index...
    interface Subscription {
        customSubject?: string;
        paused?: boolean;
        subscribers?: Subscription_Subscriber[];
    }
    Index

    Properties

    customSubject?: string

    Optional: Allows users to specify a custom subject line on the email sent to subscribers.

    paused?: boolean

    When true, the subscription will not send emails.

    subscribers?: Subscription_Subscriber[]

    The list of subscribers to send the snapshot of the dashboard to.