update_lead
Modify existing lead information including contact details, company data, tags, and custom fields to maintain accurate CRM records.
Instructions
Update an existing lead's properties
Args: lead_id: The unique identifier of the lead email: New email address first_name: New first name last_name: New last name company: New company name title: New job title phone: New phone number tags: New list of tags (replaces existing tags) custom_fields: New custom fields (merges with existing)
Returns: Updated lead object
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lead_id | Yes | ||
| No | |||
| first_name | No | ||
| last_name | No | ||
| company | No | ||
| title | No | ||
| phone | No | ||
| tags | No | ||
| custom_fields | No |