update_submitter
Modify submitter details in DocuSeal by updating fields like email, phone, name, completion status, and metadata for signature requests.
Instructions
Update a submitter by ID. Accepts common fields like email, phone, name, completed, send_email, send_sms, and metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| submitter_id | Yes | Unique submitter ID. | |
| No | |||
| phone | No | ||
| name | No | ||
| completed | No | Set true to mark submitter as completed/signed via API. | |
| send_email | No | Set true to (re)send signature request email where supported. | |
| send_sms | No | ||
| metadata | No | ||
| values | No | Optional field values updates. |