Sunday - last edited Sunday
Hi there,
how to handle multipart API calls in Blue Prism?
I will share soon the attempts and documentation that I have
thank you.
Tim
Sunday - last edited Sunday
The first part of the API is working (as it is able to update an attributes)
Issue is the upload of the PDF file
Here is the API call
where :
MimeType = application/pdf
File Extension = pdf
File Name = test.pdf
File Base64 = Calculation LoadBinaryFile(FilePfad)
yesterday
Have you tried setting the Content-Transfer-Encoding: base64 after the Content-Type . You can look up few other threads for the format
https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94211#M43620