I want to set up an automation system that performs the following tasks:
- Initial Interaction: Start the process when a user initiates a chat on Tawk.to.
- Data Collection: The user provides pickup and drop-off locations via chat, and requests a price estimate.
- Data Parsing: The information from the chat is sent to a parser to extract the relevant details.
- Distance Calculation: The extracted locations are sent to Google Maps Distance Matrix API to calculate the distance.
- Pricing Calculation: The distance data is then sent to Google Sheets, where dynamic pricing is set up based on the distance. Google Sheets calculates the price for each vehicle using this pricing structure and updates the total price.
- Response to User: The calculated total price is sent back to the Tawk.to chat as a response.
I need to achieve this automation on Make.com. I’ve been informed that using REST API is not an option. What alternative methods can I use to implement this workflow?