Intercom
Connect Intercom to access conversations, user data, and support context through Cendriix agents.
Overview
| Auth method | OAuth 2.0 |
| Scopes | read_conversations, read_users, read_companies |
| MCP support | No |
| Setup time | ~10 minutes |
How to connect
- Navigate to Settings → Integrations → Connectors
- Click Connect on the Intercom integration
- Authorize the Cendriix app in your Intercom workspace
- Once authorized, support data becomes available to Cendriix agents
Admin setup (self-hosted)
If you’re running Cendriix on your own infrastructure, an admin needs to:
- Create an Intercom app at Intercom Developer Hub
- Set the redirect URL to:
https://api.<your-domain>/v1/connectors/intercom/oauth/callback - Store the credentials in AWS Secrets Manager at
cendriix/prod/connectors/intercom:{ "client_id": "...", "client_secret": "..." }
Capabilities
Once connected, Cendriix agents can:
- Read customer conversations and support tickets
- Access user and company profiles
- Reference support context when debugging customer issues
Security notes
- Intercom tokens do not support refresh — re-authorization required if token expires
- Disconnect at any time from Settings → Integrations → Connectors
Further reading
Last updated on