Files
mintlify__docs/fr/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
603 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: "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>