---
title: "Create Zoho Lead"
method: POST
path: "/developer/zoho/create-lead"
tags: ["Developer", "Developer - Integrations"]
---

# Create Zoho Lead

`POST /developer/zoho/create-lead`

Create a Zoho CRM lead from an internal Lead record.

This endpoint triggers a Celery task to create the lead in Zoho.
Developer-only endpoint for testing/manual lead creation.

## Request body

- CreateZohoLeadRequest — Request to create a Zoho lead from an internal lead
  - `lead_id` string, uuid, required — Internal lead ID to sync to Zoho

## Response `200`

Successful Response

- CreateZohoLeadResponse — Response from triggering Zoho lead creation
  - `message` string, required — Status message
  - `task_id` string, nullable — Celery task ID for tracking

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
