To add a comment to a conversation, the API requires us to pass the conversation ID.
But when we create the conversation using the API in the custom channel, we do not get the conversation ID in the response.
The response for the above only gives us the following keys:
conversation_reference
message_uid
status
To pass a comment after creating the conversation, we need the conversation ID.
How do we get this?
Sample response data:
data: {
conversation_reference: 'i:16623333570-h:62fb674ca562f438cbaeba4c06_game_62e4fc8e73e3232322668b3efbe3',
message_uid: 'fe445d0cb7b72a48460829e74fd82332fdcd',
status: 'accepted'
}