PATCH/campaigns/:campaignId/leads/:leadId
Set inbox tag and/or excluded. Provide at least one field.
PATCH /campaigns/search_abc/leads/lead_xyz
X-API-Key: sk_live_...
Content-Type: application/json
{
"tag": "Interested",
"excluded": false
}
| Field | Notes |
|---|---|
tag | Exact label below, or null / "" to clear |
excluded | boolean |
Allowed tags
Meeting requestInterestedInformation requestNot interestedWrong personTo be defined
{
"leadId": "lead_xyz",
"tag": "Interested",
"excluded": false
}
May emit webhook lead.tagged. Unknown tag → 400 validation_error.