Code Samples for Extensions
Appear
Take a look at how the /appear command execution code is structured to create an instant group video call session.
Components: Commands
Yelp
/yelp command execution code is a great example for incorporating message cards and instant buttons.
Components: CommandsFunction
Google Drive
Take a look at how to use command parameters with the /gcreate command execution code. View the sample codes and try building a command of our own!
Components: CommandsFunction
Secure n Send
Take a look at how to use command parameters and get their inputs from the /mask and /reveal commands in the Secure n Send extension.
Components: Commands
Stack Overflow
Take a look at how the stack overflow command execution code handles the query string passed with the command!
Components: Commands
Tenor
The /tenor command explains how the command suggestions code and the click to execute option in command configurations work.
Components: Commands
Optimise URL
This extension comes equipped with two commands - /longurl and /shorturl, that can be used to convert your URL's accordingly!
Components: Commands
Youtube
The /youtube command execution and suggestion code gives an idea of how the suggestion options are limited to display the most related options.
Components: Commands
Dictionary
The /dictionary command execution code provides an easy understanding on how to use the arguments parameter!
Components: Commands
Fortune Cookie
The /fortune command in this extension generates a random fortune adage for you to share with your friends!
Components: Commands
Zendesk
The zendesk extension comes with a set of three commands to get the list of tickets based on the status!
Components: Commands
Asana
This Asana extension will give you an idea on how to configure a bot's incoming webhook handler, create a custom connection and use extension handlers.
Components: Commands
Add Issue in Zoho Projects
File a message as an issue in Zoho Projects. In this sample, you'll learn how to invoke a form and work with a form function.
Components: ActionForm
Add Task in Zoho Projects
Add a message as a task to your project. Learn how to invoke a form and configure the form's submit and change handler.
Components: ActionForm
Get Issue from Zoho Projects
Get the list of issues from Zoho Projects right within your chat window.
Components: CommandForm
View Tickets from Zoho Desk
Search and share tickets in your desk portal. Choose a portal name, department and share the ticket you're looking for!
Components: CommandForm
Share files from Zoho Docs
Search for files in Zoho Docs from chat! Choose a folder, subfolder and share it in chat.
Components: CommandForm