Skip to main content

I’d like to search for conversations using the message-id form the source message. Any way to do this?

Hi,

 

While you can’t directly search for conversations using a message ID, you can retrieve a message via ID from an endpoint like Get Message, and then check the links object for the conversation property. This conversation property will contain a link that you can then use to retrieve the conversation. Note that if you are importing messages, you can also perform the lookup of the message using the UID as a resource alias instead of the ID.


Reply