Web API to receive a document from an external system

Certified Lead Developer

Hi,

Is it possible to create a WebAPI in Appian that can receive a document?

Basically an API that can handle multipart requests.

 

Regards,

Sunil Zacharia

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi Sunil ,

    As per your requirement you have to start a process model which has parameters coming in from an external system.
    In this case you expose your web api which calls your process model and data from the external system should be given as an input to the web-api which in-turn will be passed to the process model you want to trigger.

    For this to happen, you must set the property processParameters : http!request.body . Where body will be having that external data that you want to pass to the process model.

    Hope this helps.


    Thanks,
    Rohit Ouhal
Children
No Data