Support for notification mail attachments
This commit is contained in:
@@ -1085,6 +1085,12 @@
|
||||
"type": "sqlxTypes.JSONText",
|
||||
"required": true,
|
||||
"title": "Message content"
|
||||
},
|
||||
{
|
||||
"name": "remoteAttachments",
|
||||
"type": "[]string",
|
||||
"required": false,
|
||||
"title": "Remote files to attach to the email"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -50,6 +50,12 @@
|
||||
"required": true,
|
||||
"title": "Message content",
|
||||
"type": "sqlxTypes.JSONText"
|
||||
},
|
||||
{
|
||||
"name": "remoteAttachments",
|
||||
"required": false,
|
||||
"title": "Remote files to attach to the email",
|
||||
"type": "[]string"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user