put_inbox_apps_message
Update an inbox app message's delivery status, external ID, or error message in Follow Up Boss. Specify the inbox app ID and optional fields to modify the message record.
Instructions
Update an Inbox App Message. (PUT /inboxApps/{inboxAppId}/message)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | FUB ID of the Inbox App Message. Used to identify which message you are updating. | |
| 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 | ||
| deliveryStatus | No | The message's delivery status. | |
| externalMessageId | No | Your unique identifier that represents this message. When provided by itself, it is used to identify which message you are updating. When provided alongside an "id", the message will be identified by its ID and the "externalMessageId" will be updated. | |
| deliveryStatusErrorMessage | No | Optional user-facing error message for Not Delivered statuses. |