Google URL Shortener has been restricted to Admins Only

The restricted page has been disarmed, and is shown below.   Sign In to process the restricted page.

Call Google URL Shortener API

This page uses a Hashtag Call command to request the Google URL Shortener API Service.  
Disarmed this Hashtag Markup:
<#

set params.longUrl to "https://hashtagfoundation.org";
call "https://www.googleapis.com/urlshortener/v1/url" with params to response;

#>


The Hashtag Framework provides methods to interact with any Google Cloud API Service.

Hashtag Markup natively supports Google Services; enabling file uploads to Google Drive, Lists of rows in a Google Sheet, processing a Google Doc as Hashtag Markup, and more.  

OAuth Access Tokens are managed and refreshed automatically.