update_prospect
Update specific fields of a prospect record. Ensures at least one contact channel remains, validates unique email/contact URLs, and triggers background verification when changing email.
Instructions
Partial-update a tenant prospect's fields. UNPROCESSABLE if the patch would leave no contact channel (email, contactFormUrl, an snsAccounts entry, or platformUrl); CONFLICT if email, contactFormUrl, or platformUrl already belongs to another prospect in the workspace. Changing email resets its deliverability verdict and queues a background re-check. Per-project status via update_prospect_status, priority via set_prospect_priority, DNC via set_prospect_do_not_contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patch | Yes | Omit a key to leave it unchanged; pass null to clear a nullable field. | |
| prospectId | Yes |