Add a one-off checklist requirement to a single lead
This endpoint creates a custom checklist requirement on a specific lead. Use it when a lead needs a piece of information or document that isn’t part of your agent’s standard checklist (e.g. an extra utility bill, a one-off attestation, or a loan-specific tax document). The item appears on the lead’s checklist immediately and can be completed via the portal, the dashboard, or the API. Items created this way are scoped to the lead — they do not affect your template checklists or any other lead.Documentation Index
Fetch the complete documentation index at: https://docs.getomni.ai/llms.txt
Use this file to discover all available pages before exploring further.
x-api-key header with a valid workspace API key.
"Utility bill".config shape."BANK_STATEMENT", "FILE", "ID", "TAX_RETURN""DATE", "EIN", "EMAIL", "NUMBER", "PHONE", "SELECT", "TEXT"BANK_STATEMENT: { months: number, gracePeriodDays?: number, isPersonal?: boolean }ID: { type: "DRIVERS_LICENSE" | "PASSPORT" }NUMBER: { min?: number, max?: number }SELECT: { options: string[] }TAX_RETURN: { years: number, isPersonal?: boolean }TEXT: { pattern?: string }true.