Intercom Articles alternatives
On 15 June 2026, Salesforce signed a definitive agreement to acquire Fin, the company formerly called Intercom, for about $3.6 billion. The deal is expected to close in the fourth quarter of Salesforce's fiscal year 2027. The announcement is about Fin's AI agent and does not mention the Help Center, Articles or the Messenger. Nothing has been announced about those products, and nothing about them has changed yet.
If your help content lives in Intercom Articles, now is a good moment to check what you could take with you, whether or not you plan to move.
What you can take with you
Articles, through the API. The Articles API lists, retrieves, creates and updates articles, including drafts and versions. It authenticates with a workspace access token, so calls run server-side. Intercom's own documentation describes exporting public articles through this API. Rate limits are not the constraint: 10,000 calls per minute per app is far more than exporting a help center requires.
Knowledge Snippets, by hand. An Intercom staff answer in its community forum states that there is no public API for listing snippets. If snippets hold answers your AI agent relies on, copy them out yourself.
What the help center allows
The Help Center is hosted by Intercom, on its domain or yours. According to Intercom's documentation, it "does not support embedding forms, iFrames (inline frames), or custom HTML in articles or pages". Articles are identified by IDs that Intercom assigns. To fetch an article from your own app by a key of your own, you keep a table that maps your keys to Intercom's IDs and call the API from your server.
When staying makes sense
If you use Intercom's inbox and Fin, the help center is part of what makes Fin work, because Fin answers from your articles. Moving them elsewhere takes that source away from it. In that case the sensible step is to keep a current export and wait for what Salesforce announces.
Alternatives, by what you need
| If you need | Consider | Entry price | Note |
|---|---|---|---|
| A hosted help center with its own editor | HelpDocs | $99/month, billed annually | Read and write API on all plans |
| Help placed by a widget, without code | Elevio | $125/month, billed annually | Multilingual content from the $389 plan |
| Product tours rather than articles | HelpHero | $55/month for 1,000 MAU | No article library |
| Help text inside your own components | HelpCCMS | Flat monthly plan, see pricing | Your app fetches by key; no MAU limit |
| A content store you model yourself | Sanity | Free tier; paid from $15 per seat/month | Datasets on the free tier are public |
Prices as published by each vendor on 20 September 2026. Elevio alternatives and How to manage in-app help go into these options further.
Sources
- Salesforce signs definitive agreement to acquire Fin
- MarTech on the acquisition
- Intercom pricing
- Customize your Help Center
- Formatting and exporting your public articles with the Articles API
- Articles API: retrieve an article
- Intercom API rate limiting
- Intercom community: listing snippets
- HelpDocs pricing, Elevio pricing, HelpHero pricing, Sanity pricing