mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
6677525efa
* add intercom placeholder value * fix Osano code block * remove deprecated attribute
28 lines
526 B
Plaintext
28 lines
526 B
Plaintext
---
|
|
title: "Intercom"
|
|
description: "Connect Intercom for in-app customer messaging."
|
|
keywords: ["Intercom integration", "Intercom widget", "app ID", "in-app messaging"]
|
|
---
|
|
|
|
Add the following to your `docs.json` file to add an [Intercom](https://www.intercom.com) widget.
|
|
|
|
<CodeGroup>
|
|
|
|
```json Integration options in docs.json
|
|
"integrations": {
|
|
"intercom": {
|
|
"appId": "APP_ID"
|
|
}
|
|
}
|
|
```
|
|
|
|
```json Example
|
|
"integrations": {
|
|
"intercom": {
|
|
"appId": "abc123def4"
|
|
}
|
|
}
|
|
```
|
|
|
|
</CodeGroup>
|