Trying to hit an internal API from a Studio snippet but keep hitting an INVALID_FUNCTION error. Here’s the code:
ASSIGN rest = GetRESTProxy("my_endpoint", "POST")
I’ve checked the docs and GetRESTProxy should be available, but the script fails at runtime. Am I missing a namespace or is the syntax slightly off? The endpoint is registered in the tenant. Any ideas?