update_lead_fields
Update an existing lead's fields including status, case type, custom fields, and owner by providing the lead ID and new values.
Instructions
Update multiple fields on an existing lead at once. custom_fields_json accepts a JSON object of field_name:value pairs for custom fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lead_id | Yes | ||
| status | No | ||
| case_type | No | ||
| lead_provider | No | ||
| hear | No | ||
| tags | No | ||
| summary | No | ||
| lead_assignee | No | ||
| lead_owner | No | ||
| contact_preference | No | ||
| when_to_contact | No | ||
| campaign_name | No | ||
| language | No | ||
| custom_fields_json | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |