Skip to main content

6 replies

stefanhelzle0001
Brainy
October 29, 2022

In this forum, we deal tips for details. The more details you provide, the more tips you will get.

https://docs.appian.com/suite/help/22.3/Appian_Administration_Console.html#origins

October 29, 2022

Thanks.

I have a mail with html and javascript, when user click botton into mail, call web api appian, but I get error into image.

ca you help me?

Thanks!

stefanhelzle0001
Brainy
October 30, 2022

You cannot call an API in Appian from some HTML in an email. Any API call requires authentication. And, to be able to modify any data in Appian, that API has to use the POST method. And you cannot do a POST from a link.