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
569 B
Plaintext
27 lines
569 B
Plaintext
---
|
|
title: "Intercom"
|
|
description: "Conecta Intercom para la mensajería con clientes dentro de la aplicación."
|
|
keywords: ["Intercom integration", "Intercom widget", "app ID", "in-app messaging"]
|
|
---
|
|
|
|
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> |