Files
mintlify[bot] 2ccd573b95 docs: tighten SEO descriptions in es/ and fr/ translations (#6212)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-06-17 11:34:59 -07:00

26 lines
721 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: "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>