The use of connections has been mandated across all Cliq deluge tasks.
What does this mean?
All the Cliq deluge tasks will function only when a connection is passed as a mandatory parameter in the form of string along with the other parameters necessary.
Note:
Your existing Cliq deluge tasks will work the way it's intended, in case you make any further updates to the existing code, you will not be able to save your script until you pass the connection name in the Cliq deluge tasks.
Cliq Admin Tasks:
The below given Cliq admin tasks will function as is and does not require connection to be passed as a mandatory parameter.
- zoho.cliq.postToBotAsAdmin
- zoho.cliq.posttochannelAsAdmin
Relevant Scopes:
1) All the post message to Cliq deluge tasks work with the scope: ZohoCliq.Webhooks.CREATE
2) Cliq database tasks work with the following scopes:
- ZohoCliq.StorageData.ALL
- ZohoCliq.StorageData.CREATE
- ZohoCliq.StorageData.READ
- ZohoCliq.StorageData.UPDATE
- ZohoCliq.StorageData.DELETE
Sample syntax of the post to chat task with connections:
zoho.cliq.postToChat("chat_id", "message", "connection");
All you've to do is just create a connection from the Zoho service you'd like to connect Cliq with and pass the connection name as a string in the deluge tasks.
Let us know if you have any questions in using connections with Cliq deluge tasks.
Best,
Manasa
Zoho Cliq