mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
1b75301ae2
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
27 lines
552 B
Plaintext
27 lines
552 B
Plaintext
---
|
||
title: "Intercom"
|
||
description: "连接 Intercom,以实现应用内客户消息沟通。"
|
||
keywords: ["Intercom 集成", "Intercom 小部件", "app ID", "应用内消息"]
|
||
---
|
||
|
||
在你的 `docs.json` 文件中添加以下内容,以添加一个 [Intercom](https://www.intercom.com) 小部件。
|
||
|
||
<CodeGroup>
|
||
|
||
```json Integration options in docs.json
|
||
"integrations": {
|
||
"intercom": {
|
||
"appId": "APP_ID"
|
||
}
|
||
}
|
||
```
|
||
|
||
```json Example
|
||
"integrations": {
|
||
"intercom": {
|
||
"appId": "abc123def4"
|
||
}
|
||
}
|
||
```
|
||
|
||
</CodeGroup> |