update_lead_status
Update a lead's status within specific campaigns by identifying them via CRM ID, email, LinkedIn, or other identifiers. Change status to values like CONVERTED or NOTINTERESTED.
Instructions
Update the status of a lead within specific campaigns. Identify the lead by at least one identifier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| crm_id | No | CRM ID of the lead | |
| status | Yes | New status for the lead (e.g. CONVERTED, NOTINTERESTED) | |
| No | Twitter/X handle | ||
| campaign | Yes | Campaign ID, array of IDs, campaign name, or 'all' | |
| lastname | No | Last name | |
| proEmail | No | Professional email | |
| firstname | No | First name | |
| persoEmail | No | Personal email | |
| linkedinUrl | No | LinkedIn profile URL |