Show / Hide Table of Contents

    SendSystemEmail

    Command, Introduced in version 2.52

    POST https://localhost:8001/sv/001.1/api/v1/Common/Commands/SendSystemEmail
    

    Sends an email using the system-wide email settings.

    Returns boolean, always true

    Properties

    Name Type Summary Introduced in
    From String The sender of the email message.

    • Mandatory
    Contents SetEmailContents The contents of the email message.

    • Mandatory

    Example

    {
      "From": null,
      "Contents": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB