Hi can someone help me with the following?
Website is built on : Wordpress
I’m looking for a straightforward automation process. Here’s the flow I have in mind:
- A user visits my website and engages with the live chat, where I’m using Tawk.to with an AI assistant to handle queries.
- The Tawk.to chat is triggered, and it connects with a parser that extracts the pickup and drop off location from the information they provide.
- The extracted location is then sent to the Google Maps API Distance Matrix, which calculates the distance and moves to the next step.
- The distance data is sent to Google Sheets, where I have a dynamic pricing model based on vehicle types and distance. The calculated price is then relayed back to the user via the Tawk.to chat bot.
- The system pauses to wait in case the user requests another location.