Answered

Get converstion ID from message ID


When I create an admin initiated message from API https://developers.intercom.com/intercom-api-reference/reference#admin-initiated-conversation

I get no conversation_id in response.

 

Then, I cannot find this conversation or refer to it somehow. Although in contact's profile this message belongs to conversation with an id!

 

So, what I'm trying to achieve is to send a message to contact through API and then be able to save a link to this message.

icon

Best answer by User876 5 May 2021, 17:13

View original

2 replies

So, the workaround is URL with .../outbound/messages/manual/<message_id>

Conversation search via source.id seems to work with message_id

Reply