Skip to main content
July 24, 2023
Question

APIs and JavaScript in Appian

  • July 24, 2023
  • 4 replies
  • 0 views

I would like to utilize the API to achieve the functionality of the embedded view. JavaScript is required for implementation.
However, upon further investigation, I found that HTML rendering is not supported within Appian, and that it was necessary to retrieve the HTML generated by an external system from the URL.
In addition, OAUTH authentication is required to realize embedded views by API. If so, is it correct to think that authentication is also done by an external system that renders HTML?

If possible, I would like to complete it only between the system with the embedded view and Appian.

thank you.

en.developer.box.com/.../

4 replies

towam8282Author
July 24, 2023
stefanhelzle0001
Brainy
July 24, 2023

Did you already have a look at component plugins?

docs.appian.com/.../component-plugins.html

towam8282Author
July 24, 2023

I checked, but I didn't understand.
Is it possible to develop something like a plugin by introducing a component plugin? Or does the component plugin itself have the ability to render HTML and display it on the interface?

Do you agree with the idea of a component that can be placed on the interface, like the Web Contents Component?