Custom Code: Javascript GET using custom HTTP Headers
C
Chris Mondor
When writing a Custom Code workflow action there are no examples in how to set custom HTTP Headers with the customRequest.get() function call. The examples for setting custom HTTP Headers work fine for customRequest.post() however the API we're hitting requires custom headers be sent for HTTP GET calls.
Log In