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
603 B
Plaintext
27 lines
603 B
Plaintext
---
|
||
title: "Intercom"
|
||
description: "Connectez Intercom pour la messagerie client dans l’application."
|
||
keywords: ["Intégration Intercom", "Widget Intercom", "ID d’application", "Messagerie intégrée à l’application"]
|
||
---
|
||
|
||
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> |