Zoho Catalyst is a serverless full-stack development platform that enables developers to build, deploy, and scale applications with minimal infrastructure management. It offers backend services, AI, and automation tools to streamline app development.
Integrating your application with Zoho Catalyst enhances functionality by leveraging its powerful APIs for file storage, email services, and AI-driven capabilities. This integration allows you to efficiently manage files, send emails, and utilize Zoho's Zia services for OCR and object recognition.
Authentication
Before you begin, make sure you have the following information:
Connection Name
: Choose a meaningful name for your connection. This name helps you identify the connection within your application or integration settings. It could be something descriptive like "MyAppZohoCatalystIntegration".Authentication Type
: Zoho Catalyst supports OAuth for authentication.
OAuth Based Authentication
Register your application with Zoho's Developer Console to get your
Client ID
andClient Secret
.Visit Zoho Developer Console and click on
Add Client ID
.Select
Server-based applications
.Fill in the required details to complete the registration.
Upon successful registration, you'll receive your OAuth 2.0 credentials: Client ID and Client Secret.
Keep these credentials secure and do not share them as they provide access to your zoho catalyst account.
Actions
Actions | Description |
| Deletes a file in Zoho Catalyst |
| Downloads a file from Zoho Catalyst |
| Retrieves a file from Zoho Catalyst |
| Sends mail to users in Zoho Catalyst |
| Uploads a file in Zoho Catalyst |
| Performs OCR on documents in Zoho Catalyst |
| Performs object recognition in Zoho Catalyst |