Solved

Search for conversation with message ID

  • 15 June 2023
  • 1 reply
  • 141 views

Badge +2

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

icon

Best answer by Javier - Developer Relations 15 June 2023, 22:21

View original

1 reply

Userlevel 5
Badge +8

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