Protected
configurationDelete all attachments
Optional
initOverrides: RequestInitDelete an attachment
Optional
initOverrides: RequestInitDelete an attachment
Optional
initOverrides: RequestInitReturns the specified attachment for a given email as a base 64 encoded string. The response type is application/json. This method is similar to the downloadAttachment
method but allows some clients to get around issues with binary responses.
Get email attachment as base64 encoded string as alternative to binary responses. To read the content decode the Base64 encoded contents.
Optional
initOverrides: RequestInitReturns the specified attachment for a given email as a base 64 encoded string. The response type is application/json. This method is similar to the downloadAttachment
method but allows some clients to get around issues with binary responses.
Get email attachment as base64 encoded string as alternative to binary responses. To read the content decode the Base64 encoded contents.
Optional
initOverrides: RequestInitReturns the specified attachment for a given email as a stream / array of bytes. You can find attachment ids in email responses endpoint responses. The response type is application/octet-stream.
Download attachments. Get email attachment bytes. If you have trouble with byte responses try the downloadAttachmentBase64
response endpoints.
Optional
initOverrides: RequestInitReturns the specified attachment for a given email as a stream / array of bytes. You can find attachment ids in email responses endpoint responses. The response type is application/octet-stream.
Download attachments. Get email attachment bytes. If you have trouble with byte responses try the downloadAttachmentBase64
response endpoints.
Optional
initOverrides: RequestInitGet an attachment entity
Optional
initOverrides: RequestInitReturns the metadata for an attachment. It is saved separately to the content of the attachment. Contains properties name
and content-type
and content-length
in bytes for a given attachment.
Get email attachment metadata information
Optional
initOverrides: RequestInitReturns the metadata for an attachment. It is saved separately to the content of the attachment. Contains properties name
and content-type
and content-length
in bytes for a given attachment.
Get email attachment metadata information
Optional
initOverrides: RequestInitGet an attachment entity
Optional
initOverrides: RequestInitGet all attachments in paginated response. Each entity contains meta data for the attachment such as name
and content-type
. Use the attachmentId
and the download endpoints to get the file contents.
Get email attachments
Optional
initOverrides: RequestInitGet all attachments in paginated response. Each entity contains meta data for the attachment such as name
and content-type
. Use the attachmentId
and the download endpoints to get the file contents.
Get email attachments
Optional
initOverrides: RequestInitProtected
requestOptional
initOverrides: RequestInitUpload an attachment for sending using base64 file encoding. Returns an array whose first element is the ID of the uploaded attachment.
Optional
initOverrides: RequestInitUpload an attachment for sending using file byte stream input octet stream. Returns an array whose first element is the ID of the uploaded attachment.
Optional
initOverrides: RequestInitUpload an attachment for sending using file byte stream input octet stream. Returns an array whose first element is the ID of the uploaded attachment.
Optional
initOverrides: RequestInitUpload an attachment for sending using base64 file encoding. Returns an array whose first element is the ID of the uploaded attachment.
Optional
initOverrides: RequestInitUpload an attachment for sending using a Multipart Form request. Returns an array whose first element is the ID of the uploaded attachment.
Optional
initOverrides: RequestInitUpload an attachment for sending using a Multipart Form request. Returns an array whose first element is the ID of the uploaded attachment.
Optional
initOverrides: RequestInitRest
...middlewares: Middleware[]Rest
...postMiddlewares: ((context: ResponseContext) => Promise<void | Response>)[]Rest
...preMiddlewares: ((context: RequestContext) => Promise<void | FetchParams>)[]
Delete all attachments