# Zoho Automation Integration via LowCodeAPI
## Overview
Workflow automation
## Base Endpoint
```
https://api.lowcodeapi.com/zoho-automation/
```
## Authentication
LowCodeAPI handles authentication automatically. You only need to:
1. **Sign up** at [Zoho Automation](https://www.zoho.com/marketingautomation/)
2. **Get your credentials** from [credential page](https://api-console.zoho.com/)
3. **Connect your account** in LowCodeAPI dashboard
4. **Use your `api_token`** in all requests
**Auth Type**: OAUTH2.0
## API Categories
- **Journey Management API** - 1 endpoints
- **Topic Management API** - 1 endpoints
- **Web Assistant APIs** - 1 endpoints
## Common Endpoints
### Category: Journey Management API
#### Get open journeys
**Method**: `GET` | **LowCodeAPI Path**: `/api/v1/journeys`
**Full URL**:
```
https://api.lowcodeapi.com/zoho-automation/api/v1/journeys?api_token={api_token}
```
**Description**: Open journeys will be open to leads moved from different sources
---
### Category: Topic Management API
#### Get Topics
**Method**: `GET` | **LowCodeAPI Path**: `/api/v1/topics`
**Full URL**:
```
https://api.lowcodeapi.com/zoho-automation/api/v1/topics?api_token={api_token}
```
**Description**: Use this API to get a list of all the topics available in your Zoho Marketing Automation account
---
### Category: Web Assistant APIs
#### Get all domains
**Method**: `GET` | **LowCodeAPI Path**: `/api/v1/domains`
**Full URL**:
```
https://api.lowcodeapi.com/zoho-automation/api/v1/domains?api_token={api_token}
```
**Description**: Using this API, you can get the list of all domains
---
## Complete Endpoint Reference
For a complete list of all 3 endpoints, refer to:
- **OpenAPI Definition**: `https://backend.lowcodeapi.com/zoho-automation/definition`
- **Official Provider Documentation**: https://www.zoho.com/marketingautomation/help/developers/