update_form_submission
Update existing form submission details: add notes, tags, value, or change spam and lead status. Accepts submission ID with optional fields.
Instructions
Update an existing form submission: notes, tags, value, spam, lead status.
Args:
submission_id: CallRail form-submission id (prefix 'FOR...').
account_id: Auto-resolves if omitted.
note, tags, value, spam, lead_status: same semantics as update_call.
Empty-string fields (e.g. note="") are rejected to prevent accidental
field-clearing — see update_call docstring.
Length caps (rejected pre-network):
- note: 4000 chars
- tags: 100 entries max
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| spam | No | ||
| tags | No | ||
| value | No | ||
| account_id | No | ||
| lead_status | No | ||
| submission_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |