get_note
Retrieve a note by its unique ID from Follow Up Boss CRM, with optional reactions and threaded replies.
Instructions
Retrieve a note by id. (GET /notes/{id})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| 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. | |
| includeReactions | No | When set to true, will include the reactions that have been left on the note (as well as the replies if those have also been requested). Reactions are keyed by the emoji reaction. The value is an array of user IDs who have left that reaction. | |
| includeThreadedReplies | No | When set to true, will include threaded replies attached to the note. Replies may include HTML tags in their bodies. |