Upload Multiple Files using a single Multiupload file field. Send Multiupload files as attachments with Email using Workflows.
#5486 - V8 API
How do I upload field values of this type over the V8 API? is it similar to how a documents or notes are uploaded (base64 encoded)? example api call for uploading note:
HTTP POST {{suitecrm.url}}/Api/V8/module
{
“data”: {
“type” : “Notes”,
“attributes”: {
“name”: “Test Note”,
“file_mime_type” : “text/plain”,
“filename” : “TextFile.txt”,
“filecontents” : “SWYgeW91IGFyZSBhYmxlIHRvIHNlZSB0aGlzLCBpdCBtZWFucyB0aGF0IHRoZSBmaWxlIHVwbG9hZGluZyBpcyB3b3JraW5nIGZpbmUu”
}
}
}
}
one month ago
There is no API method for uploading files.