update_note
Edit existing notes in Follow Up Boss CRM. Update subject, body, or associated person; pass isHtml=true when body contains HTML markup.
Instructions
Edit a note. (PUT /notes/{id}) If body contains HTML markup, you must also pass isHtml=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | The content of the note. | |
| isHtml | No | If enabled, will render the HTML tags contained within the body on the Follow Up Boss user interface. | |
| subject | No | You can give a note a title or subject using this field. | |
| personId | No | The ID of a person associated with this note. | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. |