---
title: "Zoho Webhook"
method: POST
path: "/api/webhooks/zoho/{workspace_id}/{secret}"
---

# Zoho Webhook

`POST /api/webhooks/zoho/{workspace_id}/{secret}`

Receive real-time notifications from Zoho CRM when records are created/updated/deleted.

## Path parameters

- `workspace_id` string, required
- `secret` string, required

## Request body

- ZohoWebhookPayload
  - `token` string, nullable
  - `channel_id` string, nullable
  - `operation` string, required
  - `module` string, nullable
  - `ids` string[]

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/2a1adc380310/schema)
