Files
mintlify[bot] 4b465465dd translate: mirror boost: 3 frontmatter to es/fr/zh translations (#5671)
Generated-By: mintlify-agent

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-05-05 17:33:20 +00:00

26 lines
738 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 de chat Intercom à votre site de documentation Mintlify pour offrir une messagerie en temps réel, un support client et une 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>