Encountering INVALID_FUNCTION when invoking GetRESTProxy() in a CXone Studio Snippet. The goal is to replicate a Twilio Function call using CXone’s Data Actions, but the syntax seems to reject the proxy object initialization. Here is the failing block: var proxy = GetRESTProxy('https://api.example.com/data'); var result = proxy.GET();. The error log states Function GetRESTProxy is not defined in this context. I have verified that the endpoint is whitelisted in the CXone tenant settings. Is GetRESTProxy deprecated or is there a specific namespace required? In TwiML, I would simply use http.request(), but the CXone documentation for Studio Snippets is sparse on REST proxy implementation. I need the exact syntax for passing headers and query params via this proxy object. The current approach throws a runtime error before any HTTP request is attempted. Any working examples of GetRESTProxy with authentication headers would be appreciated. The environment is CXone EU, timezone Europe/Amsterdam.