Programmatically upload a file into Appian from an external site ?

Hi,

Is there a way to programmatically upload a file into Appian to a specific application document folder?

All capabilities available within Appian deals with documents within Appian.

Is there a way systematically push files into Appian's document/content management system from an external web-site?

The use case is, a user from another system is pushing pdf/image/doc files to our Appian application.

How to achieve this task in Appian? Is this possible?

 

Thanks.

  Discussion posts and replies are publicly visible

Parents
  • Hi Ashif,
    Yes, you can do it. As Raghu mentioned there are several ways to achieve this.
    1. You need to have a process model to move documents to the desired location in Appian.
    Once the model is ready you can publish the model as webservice and you can call that webservice in the source environment and you can move it

    2. You can create a web api/integration object to achieve the same in Appian
    Question: How the destination system storing the document?

    If it is in base 64 format, you can also do base 64 conversion which you can achieve by installing a smart service/function from shared component.
Reply
  • Hi Ashif,
    Yes, you can do it. As Raghu mentioned there are several ways to achieve this.
    1. You need to have a process model to move documents to the desired location in Appian.
    Once the model is ready you can publish the model as webservice and you can call that webservice in the source environment and you can move it

    2. You can create a web api/integration object to achieve the same in Appian
    Question: How the destination system storing the document?

    If it is in base 64 format, you can also do base 64 conversion which you can achieve by installing a smart service/function from shared component.
Children
No Data