post_inbox_apps_note
Attach a plaintext note to an Inbox App conversation using the inbox app ID and external conversation ID. Specify the user adding the note to maintain accountability.
Instructions
Adds a note to an Inbox App conversation. (POST /inboxApps/{inboxAppId}/note)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The plaintext body of the note. | |
| user | Yes | The user adding the 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. | |
| inboxAppId | Yes | ||
| externalConversationId | Yes | The unique identifier that references the conversation you are adding a note for. |