Ngrok
Secure tunnels to localhost ”I want to expose a local server behind a NAT or firewall to the internet.”

npm install -g ngrok
cd to folder
ngrok http 5000
This will give you a url like this http://c8b8351d.ngrok.io/
which you can add to the google app script,
as described in next section.
