update_sms_thread
Manage SMS thread lead data by updating notes, value, tags, and qualification status to organize and qualify text leads.
Instructions
Update an SMS thread's lead-management fields — the texting
equivalent of update_call. Closes the gap where texting leads
couldn't be tagged / noted / qualified via API.
Args:
thread_id: Thread id (from list_sms_threads).
notes: Note text (max 4000 chars). Empty string rejected.
value: Numeric lead value.
tags: Tag names to apply (max 100).
append_tags: If True (default), tags are ADDED to existing
ones (CallRail's append_tags flag). If False, tags
REPLACES the thread's tag list.
lead_qualification: e.g. 'good_lead', 'not_a_lead'. Values are
plan-configurable so unknown strings are passed through.
account_id: Auto-resolves if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| notes | No | ||
| value | No | ||
| thread_id | Yes | ||
| account_id | No | ||
| append_tags | No | ||
| lead_qualification | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |