I have an urgent question.
I have created a bot in cliq to handle incoming webhooks.
Is it possible for the bot to retrieve the cliq database or save a new one?
When I receive a webhook, I search the database and nothing is returned.
Here is the actual code I am writing for the bot.
- query_map = Map();
- criteria_string = "column_name==main";
- query_map.put("criteria",criteria_string);
- response_map = zoho.cliq.getRecords("datebase_name",query_map);
Can I create a new external linkage within the cliq application?
If so, let me know what scope I need.
English is not my strong point, sorry if it's hard to read.