Show / Hide Table of Contents

    AddEmailAttachment

    Type, Introduced in version 2.52

    Adds an email attachment to a command.

    Properties

    Name Type Summary Introduced in
    FilePathId Int64? The business key identifier of the file path to add the attachment from.

    • Mandatory (If file data has not been provided)
    • References FilePaths
    FileName String The file name of the attachment. If file path has been provided, this is the relative path to the file to attach.

    • Mandatory
    Data String The base64 encoded data of the file to add as attachment.

    • Mandatory (If file path has not been provided)

    Example

    {
      "FilePathId": null,
      "FileName": null,
      "Data": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB