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 fast-paced projects with ease.
What You'll Achieve
By the end of this guide, you'll have a system that sends a message to your Zoho Cliq channel whenever a new meeting is scheduled in Zoho Sprints so everyone's updated right in any discussion channel or a bot.
Instructions:
Go to https://sprints.zoho.com -
Navigate to Settings → Automation → Custom Functions → Create
Fill in these details:
Display name: Choose something memorable
Function name: A technical name for your function
Category: Automation
Module: Meeting
Event: Meeting Create
Now, add the required parameters like project ID, Meeting ID, Project Name, Meeting Title, Sprint Name, Sprint URL, and so on.
Navigate to the custom function editor and construct the message card.(ⓘMessage builder) Use this sample code in the custom function editor:
- dataList = list();
- dataList.add({"Project name": projectName});
- dataList.add({"Sprint name":"["+sprintName+"]("+sprintUrl+")"});
- dataList.add({"Meeting title": meetingTitle});
- dataList.add({"Meeting link": "[Link]("+meetingURL+")"});
- postMessage = {"text":"### New meeting has been scheduled by " + createdBy,"slides":[{"type":"label","data":dataList}]};
- channelUniqueName = "CHANNEL_UNIQUE_NAME";
- info zoho.cliq.postToChannel(channelUniqueName, postMessage, "CONNECTION_LINK_NAME") ;
Create a connection with Zoho OAuth service and select the scope ZohoCliq.Webhooks.CREATE and disable the use credentials of the login user check box and authorize the connection.
6. Replace CHANNEL_UNIQUE_NAME with your Cliq channel's unique name
Replace CONNECTION_LINK_NAME with your OAuth connection name.
Where to get the channel unique name?
Open the channel and click on Actions → Channel Info → Connectors
You'll find the Channel Unique Name under API Parameters.
Replace the channel unique name in line no. 07.
(📎 Check out the attached video for more clarity)
Output:
Need a Hand?
If you get stuck or have questions, don't worry — reach out to support@zohocliq.com. We're ready to help you out.
Best,
Zoho Cliq 💚
Access your files securely from anywhere
Zoho Developer Community
Deliver unforgettable customer experiences
Deliver unforgettable customer experiences
New to Zoho Marketing Plus?
Everything you need to run your marketing
New to Zoho Marketing Plus?
Everything you need to run your marketing
Zoho Desk Resources
-
Desk Community Learning Series
-
-
-
-
-
-
-
-
-
Sticky Posts
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
The Slash Command Series - Types of Command Suggestions
Hi Everybody! I hope you guys tried the /zdocs command and now have an idea of how command suggestions with click to execute work. If you have no clue of what command suggestion is, I recommend you to take a look at all the Slash Command Series posts, especially the one on Command Suggestions ! This post is all about the different types of command suggestions. Customise your command suggestions Did you know you could customise your command suggestion list with a title, description, image? Well,
Zoho TeamInbox Resources
Zoho DataPrep Resources
Zoho CRM Plus Resources
Zoho Books Resources
Zoho Subscriptions Resources
Zoho Projects Resources
Zoho Sprints Resources
Qntrl Resources
Zoho Creator Resources
Zoho Campaigns Resources
Zoho CRM Resources
Zoho Show Resources
Writer Get Started. Write Away!
Writer is a powerful online word processor, designed for collaborative work.