create_reaction
Add an emoji reaction to a note or threaded reply in Follow Up Boss CRM. Specify the reference type and ID to attach the reaction directly to the target object.
Instructions
Add a reaction to a corresponding reference data object, e.g. "Note" or "ThreadedReply" (POST /reactions/{refType}/{refId})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | The single-character emoji reaction. | |
| refId | Yes | ||
| refType | Yes | ||
| 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. |