MonoCloud Management SDK
    Preparing search index...

    Interface PatchCommunicationEmailSendGridOptionsRequest

    Patch Communication Email SendGrid Options Request: Used to update SendGrid-specific email delivery configuration.

    PatchCommunicationEmailSendGridOptionsRequest

    interface PatchCommunicationEmailSendGridOptionsRequest {
        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.

    PatchCommunicationEmailSendGridOptionsRequest

    from_email?: string

    The email address used as the sender for outgoing emails.

    PatchCommunicationEmailSendGridOptionsRequest

    from_name?: string | null

    The display name used as the sender for outgoing emails.

    PatchCommunicationEmailSendGridOptionsRequest