Integrate Zoho Cliq OAuth API in PHP Laravel using Guzzle

Integrate Zoho Cliq OAuth API in PHP Laravel using Guzzle

Zoho has created amazing Product ecosystem but is very poor while implementing the Clean API’s for it’s users. Reference API Docs: https://www.zoho.com/cliq/help/restapi/v2/ In this article we will be demonstrating How to send a simple Message to Cliq Channel and ** Bot Subscribers**. 1. Setup a Server-based Application Zoho Admin Panel Link: https://api-console.zoho.com Add http://app.test/cliq-redirect url as ‘Authorized Redirect URIs ‘. Create a Organization Channel in Cliq named mychannel. Create a Bot with ** Listen** and ** Send** Permission and name it mybot....