Migrate your Intercom knowledge to Quickchat AI, or run both side by side during a switch from Intercom's Fin AI.
Ta treść nie jest jeszcze dostępna w Twoim języku.
Migrate your Intercom knowledge to Quickchat AI in minutes. If you’re using Intercom’s Fin AI and want to switch to Quickchat AI — or run both side by side — these endpoints make it seamless. Your entire Intercom Help Center (the articles that power Fin AI’s responses) can be synced to Quickchat’s Knowledge Base with a single API call.
How it works:
- Connect your Intercom account via the Quickchat Dashboard or the Intercom App Store integration
- Use Import Intercom Articles to pull all your Help Center articles into Quickchat’s Knowledge Base
- Use Refresh Intercom Articles to keep content in sync as you update articles in Intercom
- If you decide to disconnect, Delete Intercom Articles cleanly removes all synced content
This means your AI Agent immediately has access to the same knowledge that Fin AI uses, with zero manual content migration. For a full walkthrough of the Intercom integration, see the Intercom channel guide. To learn more about switching from Fin AI, visit Quickchat as a Fin AI alternative.
Refresh Intercom Articles
Section titled “Refresh Intercom Articles”Re-fetch content from Intercom for existing articles.
Scope: write_allPOST https://app.quickchat.ai/v1/api/knowledge_base/intercom/refresh_articles
Request Body
| Parameter | Description |
|---|---|
article_ids array of integers | Specific article IDs to refresh (default: all) |
fetch_new_articles boolean | Whether to fetch new articles (default: true) |
Response 204 No Content
Import Intercom Articles
Section titled “Import Intercom Articles”Import all articles from Intercom.
Scope: write_allPOST https://app.quickchat.ai/v1/api/knowledge_base/intercom/import
Response 200 OK — Returns a list of imported article snapshots.
Delete Intercom Articles
Section titled “Delete Intercom Articles”Remove all Intercom-sourced articles from the Knowledge Base.
Scope: write_allPOST https://app.quickchat.ai/v1/api/knowledge_base/intercom/delete
Response 204 No Content