mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
4b465465dd
Generated-By: mintlify-agent Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
26 lines
649 B
Plaintext
26 lines
649 B
Plaintext
---
|
|
title: "Intercom"
|
|
description: "将 Intercom 聊天小部件集成到你的 Mintlify 文档站点,提供实时客户消息、支持和引导帮助。"
|
|
keywords: ["Intercom 集成", "Intercom 小部件", "app ID", "应用内消息"]
|
|
boost: 3
|
|
---
|
|
|
|
在你的 `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> |