Zoho Community | Connect, network, and share on Zoho Forums

Access your files securely from anywhere




                            Zoho Desk Resources

                            • Desk Community Learning Series


                            • Digest


                            • Functions


                            • Meetups


                            • Kbase


                            • Resources


                            • Glossary


                            • Desk Marketplace


                            • MVP Corner


                            • Word of the Day



                                • Announcements

                                • Automating Employee Birthday Notifications in Zoho Cliq

                                  Have you ever missed a birthday and felt like the office Grinch? Fear not, the Cliq Developer Platform has got your back! With Zoho Cliq's Schedulers, you can be the office party-cipant who never forgets a single cake, balloon, or awkward rendition of
                                • Integrate check in/check out notifications in Zoho Cliq with Zoho People

                                  Hello everyone, Today, we wanted to share with you a useful tip on how to integrate check in/check out notifications in Zoho Cliq with Zoho People. By integrating these two Zoho apps, you can ensure that your team members receive timely updates on the
                                • Cliq Schedulers - Configure a scheduler or ten to manage work effortlessly!

                                  About schedulers Schedulers are the newest addition to Cliq's Platform Components and also a blessing in disguise to manage our ever growing list of work items! Schedulers allow you to trigger and perform timed actions. These actions can be anything such
                                • Post message to a channel using a simple one-line command!

                                  Hi Everybody! This post is all about posting a message in a Channel using cURL, Wget and PowerShell. cURL is a light-weight, command interface used to transfer data to a server. The steps are pretty easy!  The three most important points here are  Generating an Auth token Get your Channel Unique Name Form your message as a JSON structure Generating an Auth token To use the 'Messaging API' you'll need Cliq's authentication token from Zoho Accounts. Generate an auth token by hitting the below-given
                                • Never miss a sprint meeting | Get instant Zoho Sprints meeting notifications in Zoho Cliq

                                  Tired of forgetting your sprint meetings? Let's set up automatic notifications from Zoho Sprints to Zoho Cliq. What is Zoho Sprints? Zoho Sprints is an Agile project management software that helps dynamic teams plan, track, iterate, and deliver their

                                Zoho Developer Community



                                    Manage your brands on social media

                                          Zoho DataPrep Resources



                                            Zoho Subscriptions Resources

                                              Zoho CRM コンテンツ






                                                ご検討中の方


                                                  Zoho Sprints Resources




                                                      Zoho TeamInbox Resources

                                                        Zoho Books Resources


                                                          Zoho Projects Resources


                                                            Qntrl Resources


                                                              Zoho CRM Plus Resources

                                                                Zoho Campaigns Resources




                                                                      Migrate to Show’s New Community

                                                                      A place to share, discuss and stay updated about everything relating to Zoho Show presentations.



                                                                          Zoho Writer Writer

                                                                          Get Started. Write Away!

                                                                          Writer is a powerful online word processor, designed for collaborative work.

                                                                              Design. Discuss. Deliver.

                                                                              Create visually engaging stories with Zoho Show.

                                                                              Get Started Now


                                                                                Zoho Show Resources

                                                                                  Zoho Creator Resources



                                                                                    Nederlandse Hulpbronnen


                                                                                        Zoho Inventory Resources


                                                                                          Zoho CRM Resources

                                                                                          • CRM Community Learning Series

                                                                                            CRM Community Learning Series


                                                                                          • Kaizen

                                                                                            Kaizen

                                                                                          • Functions

                                                                                            Functions

                                                                                          • Meetups

                                                                                            Meetups

                                                                                          • Kbase

                                                                                            Kbase

                                                                                          • Resources

                                                                                            Resources

                                                                                          • Digest

                                                                                            Digest

                                                                                          • CRM Marketplace

                                                                                            CRM Marketplace

                                                                                          • MVP Corner

                                                                                            MVP Corner








                                                                                                • Sticky Posts

                                                                                                • Automating Employee Birthday Notifications in Zoho Cliq

                                                                                                  Have you ever missed a birthday and felt like the office Grinch? Fear not, the Cliq Developer Platform has got your back! With Zoho Cliq's Schedulers, you can be the office party-cipant who never forgets a single cake, balloon, or awkward rendition of
                                                                                                • Convert a message on Cliq into a task on Zoho Connect

                                                                                                  Message actions in Cliq are a great way to transform messages in a conversation into actionable work items. In this post, we'll see how to build a custom message action that'll let you add a message as a task to board on Zoho Connect. If you haven't created
                                                                                                • Cliq Bots - Post message to a bot using the command line!

                                                                                                  If you had read our post on how to post a message to a channel in a simple one-line command, then this sure is a piece of cake for you guys! For those of you, who are reading this for the first time, don't worry! Just read on. This post is all about how
                                                                                                • Cliq Bots - How to make a bot respond to your messages?

                                                                                                  Bots are just like your buddies with whom you can interact. They carry out your tasks, keep you notified about your to-dos and come in handy when you need constant updates from a third party application.  So, how can you make your bot respond to a message? The bot message handler is a piece of code triggered when a message is sent to the bot. Message handlers help you customise your bot responses to make it look conversational. The message input from the user can be either a string or an option selected
                                                                                                • Cliq Bots - Get notifications about any action on an application with the incoming webhook handler!

                                                                                                  Webhooks can be used to get notified about events happening in other applications inside Cliq. All bots in Cliq have their own incoming webhook endpoint. This makes it simple to post messages to the bot from external applications. Unlike the send message