Hi All, I’m attempting to retrieve the custom authentication token in the Before Rule and include it in the modified body. I used the following approach:
String accessToken = (String) appAttributes.get(“ConnectionID”);
String customerID = (String) appAttributes.get(“CustomerID”);
However, the customerID
value is returning as null
. Could someone please assist me with this issue?