Chat Plugin

Gets all the available chats in JSON Format URL : /chat/api/chats/ Method : GET Query Parameters : Parameter Type Optional/Required Description search_term string optional Search term to filter chat results ids array optional ids of the chat service for filtering Response : { “success”: true, “data”: { “current_page”: 1, “first_page_url”: “http://localhost/public/chat/api/chats?page=1”, “from”: 1, “last_page”: 1, […]

Read More

Whatsapp Plugin

Adds the Whatsapp Business Account URL : v3/api/whatsapp/create Method : POST Query Parameters : Parameter Type Optional/Required Description name string Required Name of the Account sid string Required SID of the Twilio Account token string Required Auth Token of your Twilio Account business_phone string Required Whatsapp Business Phone Number (Format: +91900120034) Response : { “success”:true, […]

Read More

Task Plugin API

Creates the Project URL : v3/tasks/api/project/create Method : POST Query Parameters : Parameter Type Optional/Required Description name string Required Name of the Project Response : { “success”:true, “message”:”Project Created Successfully.” } Fetches all the Projects With Pagination. URL : v3/tasks/api/project/view Method : GET Response : { “success”:true, “data”:[ { “id”:1, “name”:”Sample”, “created_at”:”2020-01-02 09:53:03″, “updated_at”:”2020-01-02 09:53:03″ […]

Read More