Zobot operator information

Zobot operator information

I am working on a zobot that calls a plug to send data to our API. I want the response data from that API to be shown only to the operator and not the customer.  I have tried writing this data out to the visitorCity field but nothing gets updated on the operator side. Is there a way to do this?

info "eventid: " + eventId;
session_data = Map();
session_data.put("visitorCity",eventId.toString());
response = zoho.salesiq.visitorsession.set("xxxxxxx",session_data,"salesiq_connection");
    • Topic Participants

    • Ryan