Attachments are non-image files like PDFs and Word documents that can be sent as a part of the order notification emails (e.g. confirmation, reminder).
{
"id": "5a6ebe6f6864ea90668b4567",
"caption": "Floor map for when you arrive",
"title": "First floor area.pdf",
"type": "pdf",
"size": 216657,
"src": "\/uploads\/documents\/experiences\/52e804703e269e9e73000014\/5a6ebe6f6864ea90668b4567.pdf"
}
Attribute | Type | Definition |
---|---|---|
caption | string | Short description of the attachment. |
title | string | Title of the attachment. |
type | string | Type of the attachment. Currently only supports pdf . |
size | integer | Size of the attachment in bytes. |
src | url | An absolute or relative path to the location of the attchment. |