Email History Thread in Rest API | Community
Skip to main content
Answered

Email History Thread in Rest API

  • November 10, 2025
  • 1 reply
  • 32 views

I’m working on an email reply automation tool using the Intercom REST API. I’m trying to retrieve the email history — the quoted text that appears collapsed behind the three dots (“…”) when a customer replies to an outbound email we’ve sent them. 

Three dots for expanding email history

From inspecting the network traffic, I can see that this data is retrieved via a private Ember API endpoint:

curl 'https://app.intercom.com/ember/inbox/email_history?metadata_id=XXXXXXXXX&app_id=yyyyyyy

 

Is there an equivalent method in the public REST API to access this email history or quoted content?

I’ve already tried GET /conversations/{conversation_id}, but the response only includes the conversation parts - it doesn’t contain the quoted email thread (the hidden “three dots” section) in either the parts or metadata.

To clarify, customers are replying directly to our outbound emails (sent via our own system, not through Intercom). When we fetch the resulting conversations through the API, we can see the customer’s reply but not the previous email content they were responding to.

I understand that if we sent the outbound messages directly from Intercom, these might appear as separate conversation parts, but that’s not the case in our current setup.

Thanks in advance,
William.

Best answer by Sean M

Hi ​@William Powell , Seán here from the Intercom engineering support team 👋 

The collapsed/quoted email behind the three dots isn’t exposed by Intercom’s public REST API. It’s only available from the web app’s private Ember endpoint.

It is an interesting feature though and I would be curious to see if others would have a use case for it. You could check if this feature has been recorded on our Product Wishlist in our Community and upvote it, if not check out the quick guide on how the Product Wishlist works here and how to add one for this exact feature.

1 reply

Forum|alt.badge.img+4
  • Intercom Team
  • Answer
  • November 17, 2025

Hi ​@William Powell , Seán here from the Intercom engineering support team 👋 

The collapsed/quoted email behind the three dots isn’t exposed by Intercom’s public REST API. It’s only available from the web app’s private Ember endpoint.

It is an interesting feature though and I would be curious to see if others would have a use case for it. You could check if this feature has been recorded on our Product Wishlist in our Community and upvote it, if not check out the quick guide on how the Product Wishlist works here and how to add one for this exact feature.