Is there a way to fetch/list only intercom conversations using the conversation api ?
You should be able to accomplish this using the Search Conversations endpoint.
Your query would need to search by “recipient”, using the channel address (not channel ID) (see the conversation search syntax).
As an example, we can call GET /channels to list all our channels via the API. From there, find your Intercom channel, and look at the address
field. For the sake of this example, let’s imagine the address value is abc123
.
Our API call to search for conversations sent/received via that channel would then be the following;
GET https://api2.frontapp.com/conversations/search/recipient:abc123
I hope that’s helpful!
That worked perfect
Reply
Login to the community
No account yet? Create an account
Use your Front credentials
Log in with FrontEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.