Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conversationId not returned from Conversation.Create #308

Open
tomw1994991 opened this issue Mar 30, 2023 · 0 comments
Open

conversationId not returned from Conversation.Create #308

tomw1994991 opened this issue Mar 30, 2023 · 0 comments

Comments

@tomw1994991
Copy link

Hi,

The intercom api docs have conversationId as one of the response fields after creating a conversation: https://developers.intercom.com/intercom-api-reference/reference/createconversation

This library returns a UserMessage which has no conversationId field, making Conversation.Create hard to use in a practical scenario.

Version info

  • intercom-java version: 2.8.0
  • Java version: 17

Expected behavior

Be able to get conversationId after creating a conversation.

Actual behavior

Can only retrieve messageId and there is no good way to find the conversation (listing through all the conversations looking for the message is not great).

Steps to reproduce

  1. Call Conversation.Create which returns a UserMessage
  2. There is no reference to the newly created conversation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant