🌟 Describe the Feature
Need the altId field to be returned when retrieving messages.
🚀 Justification
There has to be a way to tag a new message with an external ID and retrieve that id back when reading messages.
📝 Suggestions
Include the altId in Get messages by conversation id endpoint.
🧠 Additional Context
I'm trying to use the altId field as a way to reference an external ID for messages so in case that same message comes in from an external source I can check if it was already added to the conversation or not. I currently set altId when creating a new message, but can't retrieve it back when getting messages which is an issue and doesn't allow me to check for existence.
🌟 Describe the Feature
Need the altId field to be returned when retrieving messages.
🚀 Justification
There has to be a way to tag a new message with an external ID and retrieve that id back when reading messages.
📝 Suggestions
Include the altId in Get messages by conversation id endpoint.
🧠 Additional Context
I'm trying to use the altId field as a way to reference an external ID for messages so in case that same message comes in from an external source I can check if it was already added to the conversation or not. I currently set altId when creating a new message, but can't retrieve it back when getting messages which is an issue and doesn't allow me to check for existence.