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
}
FieldNotes
tagExact label below, or null / "" to clear
excludedboolean

Allowed tags

  • Meeting request
  • Interested
  • Information request
  • Not interested
  • Wrong person
  • To be defined
{
  "leadId": "lead_xyz",
  "tag": "Interested",
  "excluded": false
}

May emit webhook lead.tagged. Unknown tag → 400 validation_error.