MonoCloud Management SDK
    Preparing search index...

    Interface PatchCommunicationEmailOptionsRequest

    Patch Communication Email Options Request: Used to update the email delivery configuration.

    PatchCommunicationEmailOptionsRequest

    interface PatchCommunicationEmailOptionsRequest {
        provider?: EmailProviders;
        send_grid?: PatchCommunicationEmailSendGridOptionsRequest | null;
    }
    Index

    Properties

    provider?: EmailProviders

    The email provider used for sending messages.

    PatchCommunicationEmailOptionsRequest

    Configuration options for SendGrid email delivery.

    PatchCommunicationEmailOptionsRequest