update_letter
Update an existing letter by modifying its contact, date, title, content, language, layout, and other fields. Provide the letter ID and optional parameters to adjust.
Instructions
Updates specified letter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| letter_id | Yes | letter ID | |
| contact_id | No | id of a contact | |
| contact_address_id | No | id of a contact's address | |
| contact_prepage_address_id | No | id of a contact's prepage address | |
| contact_person_id | No | id of a contact's person | |
| date | No | date of the letter | |
| title | No | title of the letter | |
| content | No | content of the letter | |
| language | No | language; possible values: de, en, es, fr, it | |
| signature_id | No | signature id | |
| layout_id | No | layout id | |
| notes | No | optional notes | |
| custom_fields | No | custom fields values | |
| free_texts | No | free texts objects |