Skip to content

The conversationMessage object doesn't return a message_id #176

@theandrewykim

Description

@theandrewykim

Expected behavior

https://github.com/intercom/intercom-java/blob/master/intercom-java/src/main/java/io/intercom/api/ConversationMessage.java should return a message_id in order to complete the behavior detailed in our developer docs:

Note that since creating an admin-initiated conversation hits the /messages endpoint, the response contains a message object rather than a conversation object. As a result you will not see the conversation ID in the returned message object. You may, however, retrieve the customers's conversations and iterate over them looking for the message_id value.


Actual behavior

Right now this isn't possible because we don't have any information linking a conversation and it's starting message.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions