Hello, we are trying to enable our customers to enter certain information and store it as a custom attribute or Set Participant Data after the web message has been answered by the agent. Is it possible for attributes or participant data to be updated while the interaction is live with the agent? Since Secure Flows are not an option for Web Message, we've developed the ability to provide a secure form to the user while the chat is live with an agent but we want it to update a custom attribute. This works while the web message is in a bot flow (and attribute is mapped to set participant data) .
1 Like
I may be wrong but my thinking is you'd want your secure form to use the database.set or database.update commands. The question then becomes what do you do with that changed information?
I am sure you should be able to use either
/api/v2/conversations/messages/{conversationId}/participants/{participantId}/attributes OR /api/v2/conversations/{conversationId}/secureattributes API
Hi Chris,
We are also working on something similar. Would you mind sharing how you achieve this?
Thank you!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.