post_inbox_apps_system_message
Add a system confirmation message to an Inbox App conversation using FUB CRM. Specify the conversation, message body, and optional owner/person details to update or create the conversation.
Instructions
Adds a system confirmation message to an existing or new Inbox App conversation. (POST /inboxApps/{inboxAppId}/systemMessage)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | The system confirmation message type. | |
| owner | No | The owner of the conversation. Can be a FUB User or FUB Team Inbox. Required on the first message in a conversation. | |
| person | No | The person associated with the conversation. A Person ID is preferred, but name, email, and/or phone are acceptable if the person does not exist in FUB yet. Required on the first message in a conversation. | |
| message | Yes | A plaintext message body. | |
| 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 | ||
| externalMessageId | Yes | A unique identifier that references this message. | |
| externalConversationId | Yes | A unique identifier that references this conversation. |