Update a lead
update_leadModify an existing lead's details by sending only the fields to change; leave all other lead data untouched.
Instructions
Change a lead. Only the fields you send are changed.
Requires scope leads:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The record id, e.g. "6a96a3ead6e886d42462dd3e". | |
| name | No | ||
| tags | No | ||
| fields | No | Arbitrary key/value data, usable as {{merge}} fields in prompts and opening messages. | |
| phone_number | No | Phone number in E.164 form, e.g. "+14155551234". |