Create Lead
POST/api/leads
Create a single lead with deduplication.
Deduplication is performed based on tenant settings:
- If email deduplication is enabled, checks for existing lead with same email
- If phone deduplication is enabled, checks for existing lead with same phone
- Action taken (keep_new or keep_old) depends on tenant configuration
Request
Responses
- 200
- 422
Successful Response
Validation Error