mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
2ccd573b95
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
26 lines
721 B
Plaintext
26 lines
721 B
Plaintext
---
|
||
title: "Intercom"
|
||
description: "Intégrez le widget Intercom à votre site de documentation Mintlify pour offrir messagerie en temps réel, support client et aide à l’onboarding."
|
||
keywords: ["Intégration Intercom", "Widget Intercom", "ID d’application", "Messagerie intégrée à l’application"]
|
||
boost: 3
|
||
---
|
||
|
||
Ajoutez l’extrait suivant à votre fichier `docs.json` pour intégrer un widget [Intercom](https://www.intercom.com).
|
||
|
||
<CodeGroup>
|
||
```json Integration options in docs.json
|
||
"integrations": {
|
||
"intercom": {
|
||
"appId": "APP_ID"
|
||
}
|
||
}
|
||
```
|
||
|
||
```json Example
|
||
"integrations": {
|
||
"intercom": {
|
||
"appId": "abc123def4"
|
||
}
|
||
}
|
||
```
|
||
</CodeGroup> |