I'm trying to use Dell Boomi to upload a file and attach to a ticket. Upload succeeds, attach succeeds, but the contents of the attachment are getting prepended with (the boundary value inserted by Boomi) and
Content-Type: application/octet-stream (or image/png)
Content-Transfer-Encoding: binary
Content-Disposition: form-data; name "file"; filename=file.png
(This is essentially what Boomi creates as the json portion of the request).
This of course results in the image not being readable/displayable.
I've done this successfully with other ticketing systems - but they do require some json (ticket #, record type, a few flags) to be passed in the request along with the file contents.
Anyone had success getting Boomi to do this?