Skip to main content
September 12, 2023
Question

Triggering Process from external systems

  • September 12, 2023
  • 1 reply
  • 0 views

Hi All,

There is a requirement in my application to display a form (process) by clicking on the link from external system (Google chat). Initially once form is ready a link will be sent to the users(on Google chat), Then users can click on the same link and form should be loaded.


Please suggest the better way to do this.

1 reply

mathieud0001
September 12, 2023

You would need to create an API which starts a process in Appian using parameters you sent and returns you a task URL. Your user can then click on the task url and complete the task.