I’m getting an INVALID_FUNCTION error when trying to call GetRESTProxy in a action. The syntax looks right based on the docs, but it’s failing. Here is the code:
result = GetRESTProxy("https://api.mypurecloud.com/api/v2/users/me");
The error log just says “Invalid function: GetRESTProxy”. Am I missing a specific namespace or do I need to enable something in the script settings? I’ve tried adding the full URL and just the path. Nothing works.