MonoCloud Management SDK
    Preparing search index...

    Interface CommunicationEmailSendGridOptions

    Communication Email SendGrid Options Response: Represents SendGrid-specific email delivery configuration.

    CommunicationEmailSendGridOptions

    interface CommunicationEmailSendGridOptions {
        api_key: string;
        from_email: string;
        from_name?: string | null;
    }
    Index

    Properties

    api_key: string

    SendGrid API key used to authenticate requests to the SendGrid service.

    CommunicationEmailSendGridOptions

    from_email: string

    The email address used as the sender for outgoing emails.

    CommunicationEmailSendGridOptions

    from_name?: string | null

    The display name used as the sender for outgoing emails.

    CommunicationEmailSendGridOptions