Can anyone help me with the following task? I'm using the dashboard to create an assistant, and I need to implement a function that the assistant asks for an address and then verifies it using the link below. This link points to a Google Apps Script that takes the address and validates it. If the address is correct, it returns the full address. If there are issues, like an incorrect suite number or name, it returns a message indicating the specific error.
How can I integrate this into my system using the functions?
Here is the link:
https://script.google.com/macros/s/app_script_ID/exec?func=VerifyAddress&address={address}