post_inbox_apps_install
Install a published Inbox App for a user or account-wide by providing the app ID, user ID, and webhook subscription URL to receive replies.
Instructions
Installs your Inbox App for an account. (POST /inboxApps/install)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | The User ID to scope the Inbox App to, or 0 for account-wide scope. | |
| 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. | |
| subscriptionUrl | Yes | The webhook URL you will receive Inbox App replies at. | |
| publishedInboxAppId | Yes | Your Published Inbox App ID. |