Developer
Developer - Integrations

Create Zoho 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.

post/developer/zoho/create-lead

Request body

lead_idstring uuid required

Internal lead ID to sync to Zoho

Response

Successful Response

messagestring required

Status message

task_idstring nullable

Celery task ID for tracking

Changes