I’m hitting a wall with a CXone Studio Snippet. The goal is to call an internal webhook to sync contact data. I’ve built the JSON body and headers correctly, but the assignment fails immediately.
The code looks like this:
ASSIGN result = GetRESTProxy("POST", "https://api.internal.com/sync", body, headers)
Studio returns INVALID_FUNCTION on the GetRESTProxy call itself. The docs say this function exists for calls. Am I missing a library import or is the syntax slightly off?