Integration returns a http Response with redirect with header parameters. I want to call this from an interface via link or button within appian.

Integration returns:

HTTP/1.1 302
Date: Wed, 04 Jan 2023 16:05:55 GMT
Server: Apache/2.4.41 (Win64) OpenSSL/1.1.1c
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Location: /MyWeb/CreateNote
Content-Length: 0
Set-Cookie: MYSESSIONID=ABCXYZ123456; Path=/MyWeb; HttpOnly
Via: 1.1 myserver.dev.com
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive

I want to cal this integration via a link or a button from an appian interface.

  Discussion posts and replies are publicly visible