updatePersonAttachment
Modify attachment details for a person in Follow Up Boss, including file URI, name, and size, by specifying the attachment ID and person ID.
Instructions
Update a person attachment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Attachment ID | |
| uri | Yes | File URI | |
| fileName | Yes | File name | |
| fileSize | No | File size | |
| personId | Yes | Person ID |