Authorization token storage for Outbound REST
Where's the proper place to put an Authorization token in an Outbound REST message? Right now, for testing purposes, I simply put it in the header of my POST message under the HTTP header section and it works. I tried the following: API Key Credenti...