API Docs / Schemas / ScheduledSendBlobAttachment

ScheduledSendBlobAttachment

A raw uploaded attachment held in blob storage while its send is pending

Properties

Name Type Description
blobNamestring

Blob path within the scheduled-send attachments container

Blob path within the scheduled-send attachments container

fileNamestring

Original file name shown to the user and restored on the outgoing email

Original file name shown to the user and restored on the outgoing email

contentTypestring

MIME type of the attachment

MIME type of the attachment

JSON Example

{
  "blobName": "string",
  "fileName": "string",
  "contentType": "string"
}

Contained in Schemas