Skip to main content
April 23, 2024
Question

using multipart/form-data to post document to iManage

  • April 23, 2024
  • 10 replies
  • 0 views

Hello,

I am trying to set up an integration to post a document to a folder in iManage. This integration requires the request body to be multipart/form-data, and to pass through the document to be uploaded and the document "profile" which contains information which will be added to the document on the iManage side.

below is how the integration is set up in postman:



Would anyone have an idea of where I am doing things incorrectly? It would seem to me as though the content type is not passed through properly, as seen by the content type field in the header section of the httpResponse.

Thank you

10 replies

stefanhelzle0001
April 23, 2024

Looks good for me and I did similar integrations in the past. Without more details of the actual error on the other side, this becomes a pure guessing game.

Can you talk to the OPS team at the iManage side?

April 23, 2024

Should be able to, but have you seen or heard of successful integrations between Appian and iManage?

stefanhelzle0001
April 23, 2024

Not that I am aware of, but a multipart form post is not exactly platform specific in any way.

Does the API expect the profile part to be JSON?