ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface SendEmailContent

    interface SendEmailContent {
        title?: string;
        subtitle?: string;
        description?: string;
        buttonLabel?: string;
        buttonUrl?: string;
    }
    Index

    Properties

    title?: string
    subtitle?: string
    description?: string
    buttonLabel?: string
    buttonUrl?: string