Hello,
I am developing an event driven flow. As a part of this flow, I would like to connect to a ServiceNow (SNOW) instance and retrieve some information. I am aware that there are templates available and I can use them to connect to SNOW. However, I would like to use HTTP connection instead because some of the details I need from SNOW are not available in the canned functionality.
I first tested that I can use REST interface outside of App Connect. So I used a Rest Client with the headers Accept, Content-Type and X-UserToken. This works fine. However, when I run the HTTP connection within my App Connect flow, it fails with error that it is not authorized. What am I doing wrong?
------------------------------
Ravi Kulkarni
------------------------------