Files
Ethan Palm 6677525efa Fixes from code block feedback (#1837)
* add intercom placeholder value

* fix Osano code block

* remove deprecated attribute
2025-11-21 15:04:57 -08:00

28 lines
526 B
Plaintext

---
title: "Intercom"
description: "Connect Intercom for in-app customer messaging."
keywords: ["Intercom integration", "Intercom widget", "app ID", "in-app messaging"]
---
Add the following to your `docs.json` file to add an [Intercom](https://www.intercom.com) widget.
<CodeGroup>
```json Integration options in docs.json
"integrations": {
"intercom": {
"appId": "APP_ID"
}
}
```
```json Example
"integrations": {
"intercom": {
"appId": "abc123def4"
}
}
```
</CodeGroup>