Hi community,
Let me describe an use case so maybe someone can help me, we are using web messenger default UI, one of our customers want to attach participant data on an interaction if the customer make a specific action on their website.
The initial idea was use this API - GET /api/v2/conversations/messages/{messageId}/details - to get the conversationID
Then use this API - GET /api/v2/analytics/conversations/{conversationId}/details - to get the participantID
And finally use this API - PATCH /api/v2/conversations/messages/{conversationId}/participants/{participantId}/attributes - to attach the information
But customer developer doesn't know how to get the messageID from the browser side.
Other idea was use the database.set or database.update to attach this information but to do that the customer need to send a message.