mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
4b465465dd
Generated-By: mintlify-agent Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
26 lines
687 B
Plaintext
26 lines
687 B
Plaintext
---
|
|
title: "Intercom"
|
|
description: "Integra el widget de chat de Intercom en tu sitio de documentación de Mintlify para ofrecer mensajería en tiempo real, soporte y orientación de onboarding."
|
|
keywords: ["Intercom integration", "Intercom widget", "app ID", "in-app messaging"]
|
|
boost: 3
|
|
---
|
|
|
|
Añade lo siguiente a tu archivo `docs.json` para añadir un widget de [Intercom](https://www.intercom.com).
|
|
|
|
<CodeGroup>
|
|
```json Opciones de integración en docs.json
|
|
"integrations": {
|
|
"intercom": {
|
|
"appId": "APP_ID"
|
|
}
|
|
}
|
|
```
|
|
|
|
```json Ejemplo
|
|
"integrations": {
|
|
"intercom": {
|
|
"appId": "abc123def4"
|
|
}
|
|
}
|
|
```
|
|
</CodeGroup> |