Files
mintlify__docs/zh/integrations/support/intercom.mdx
locadex-agent[bot] 1b75301ae2 docs(locadex): update translations (#1838)
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-11-21 15:08:41 -08:00

27 lines
552 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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>