Database read or write always returns empty in Bot Webhook handler

Database read or write always returns empty in Bot Webhook handler

Hello, there  seems to be some problem with database access in Bot Webhook handler

When testing with :

  1. values_map = Map(); 
  2. values_map.put("key","abcd");
  3. response_map=zoho.cliq.createRecord("test_db",values_map);
It works well in other parts. But it never does anything to the database for the same code in the Webhook handler.

Likely a bug.