Hello all,
I hope everyone is doing well.
We are trying to build an IVR for web messaging. We want to gather the sender's information (name, email, and phone) to store it as an external contact then link that contact to the conversationId. We want to design something like this:
Sender: "Hello, I need assistance with my account."
Automatic response: "Thank you for contacting X. In order to help you better, please enter your email address"
Sender: "customer@client.com"
Automatic response: "Thank you!"
We already configured the data action to associate conversationId to the externalContact, we just need to search our customer external contact list and if we do not find the matching email, we create a new external contact to link with the conversationId.
Any help would be appreciated!
Thank you,
Dianne
#ArchitectureandDesign#Unsure/Other