set_lead_interest_status
Updates a lead's interest status using their email address, setting labels like interested, meeting_booked, won, or do_not_contact to reflect engagement and guide next actions.
Instructions
Set a lead's interest status.
status is a label — one of: interested, meeting_booked, meeting_completed,
won, out_of_office, not_interested, wrong_person, lost, do_not_contact — or a
raw int (-4..4). LOW_WRITE.
NOTE: v2 keys this endpoint (POST /leads/update-interest-status) by
lead_email, not lead id, so this tool takes the email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| confirm | No | ||
| lead_email | Yes | ||
| campaign_id | No |