AttachmentTemplate
configurationThe template used to render individual attachments within messages. Receives the attachment data object and should return an HTML string. When not set, the default attachment rendering is used.
The function receives the attachment object with properties such as title, subtitle, image, contentType, and content.
attachmentTemplate
FunctionDefault: null