Zoho Cliq Integration Tasks
Note:
- Each time any of the Zoho Cliq integration tasks is executed, it triggers an API request in the back-end. This call is deducted from the External Calls limit available for the service from which the task is executed, based on your pricing.
- Only actual executions that receive a response (whether success or failure) are counted, not the number of times the task appears in the script. For example, if Post to Channel task is placed inside a for each task that iterates five times, the number of external API calls consumed will be five, even though the task appears only once in the script.
Posting to Zoho Cliq
- Post to chat: Posts a message to the specified chat window using its chat ID
- Post to chat as admin: Posts a message as an admin to the specified chat window using its chat ID
- Post to channel: Posts a message to the specified channel
- Post to channel as admin: Posts a message as an admin to the specified channel
- Post to bot: Posts a message to the specified bot
- Post to bot as admin: Posts a message as an admin to the specified bot
- Post to user: Posts a message to the specified recipient using their email address or ZUID
Zoho Cliq Database manipulation
- Create Record: Adds a new record
- Get Records: Fetches a list of records
- Get Record by ID: Fetches a record using its ID
- Update Record: Updates the specified record with new values
- Delete Record: Deletes the specified record using its ID
- Delete Records: Deletes records based on criteria