T.LY (Independent Publisher) (Preview)

Links are the fundamental building blocks that connect the vast expanse of information on the internet. T.LY makes them shorter and easier to share.

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Contact
Name Troy Taylor
URL https://www.hitachisolutions.com
Email ttaylor@hitachisolutions.com
Connector Metadata
Publisher Troy Taylor
Website https://t.ly
Privacy policy https://t.ly/privacy
Categories Website

Creating a connection

The connector supports the following authentication types:

Default Parameters for creating connection. All regions Not shareable

Default

Applicable: All regions

Parameters for creating connection.

This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.

Name Type Description Required
API Token (in the form 'Bearer YOUR_API_TOKEN') securestring The API Token (in the form 'Bearer YOUR_API_TOKEN') for this api True

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Bulk import short link

Starts a bulk import of links. Will return true if successful.

Create pixel

Creates a new pixel.

Create short link

Creates a new short link.

Create tag

Creates a new tag.

Delete pixel

Deletes a pixel.

Delete short link

Deletes a short link.

Delete tag

Deletes an existing tag.

Expand short link

Retrieve the long link address from a short link.

Get pixel

Retrieve a pixel.

Get short link

Retrieve the details of a short link.

Get short link stats

Retrieve the stats for a short link.

Get tag

Retrieve the details of a tag.

List pixels

Retrieve a list of all pixels.

List short links

Retrieve a list of all short links.

List tags

Retrieve a list of tags.

Update pixel

Updates a pixel.

Update short link

Updates the details of a short link.

Update tag

Updates an existing tag.

Starts a bulk import of links. Will return true if successful.

Parameters

Name Key Required Type Description
Domain
domain string

The domain.

Long URL
LongUrl string

The long URL.

Backhalf
Backhalf string

The backhalf.

Password
Password string

The password.

Description
Description string

The description.

Tag
tags array of integer
Pixel
pixels array of integer

Returns

response
string

Create pixel

Creates a new pixel.

Parameters

Name Key Required Type Description
Name
name True string

The name.

Pixel ID
pixel_id True string

The pixel identifier.

Pixel Type
pixel_type True string

The pixel type.

Returns

Name Path Type Description
ID
id integer

The identifier.

Name
name string

The name.

Pixel ID
pixel_id string

The pixel identifier.

Pixel Type
pixel_type string

The pixel type.

Created At
created_at string

When created at.

Updated At
updated_at string

When updated at.

Creates a new short link.

Parameters

Name Key Required Type Description
Long URL
long_url True string

The long URL address.

Domain
domain string

The domain.

Expire At Date-time
expire_at_datetime string

The expire at date-time.

Description
description string

The description.

Public Stats
public_stats boolean

Whether stats are public.

Type
type string

The type.

URL
url string

The URL address.

Returns

Name Path Type Description
Short URL
short_url string

The short URL address.

Description
description string

The description.

Long URL
long_url string

The long URL address.

Domain
domain string

The domain.

Short ID
short_id string

The short identifier.

Expire At Views
expire_at_views string

The expire at views.

Expire At Date-time
expire_at_datetime string

The expire at date-time.

Public Stats
public_stats boolean

Whether stats are public.

Created At
created_at string

When created at.

Updated At
updated_at string

When updated at.

Smart
meta.smart_urls array of object
Type
meta.smart_urls.type string

The type.

URL
meta.smart_urls.url string

The URL address.

Create tag

Creates a new tag.

Parameters

Name Key Required Type Description
Tag
tag True string

The tag.

Returns

Name Path Type Description
ID
id integer

The identifier.

Tag
tag string

The tag.

Created At
created_at string

When created at.

Updated At
updated_at string

When updated at.

Delete pixel

Deletes a pixel.

Parameters

Name Key Required Type Description
Pixel ID
pixel_id True string

The pixel identifier.

Returns

response
string

Deletes a short link.

Parameters

Name Key Required Type Description
Short URL
short_url string

The short URL address.

Returns

response
string

Delete tag

Deletes an existing tag.

Parameters

Name Key Required Type Description
Tag ID
tag_id True string

The tag identifier.

Returns

response
string

Retrieve the long link address from a short link.

Parameters

Name Key Required Type Description
Short URL
short_url string

The short URL address.

Password
password string

The password.

Returns

Name Path Type Description
Long URL
long_url string

The long URL address.

Expired
expired boolean

Whether expired.

Get pixel

Retrieve a pixel.

Parameters

Name Key Required Type Description
Pixel ID
pixel_id True string

The pixel identifier.

Returns

Name Path Type Description
ID
id integer

The identifier.

Name
name string

The name.

Pixel ID
pixel_id string

The pixel identifier.

Pixel Type
pixel_type string

The pixel type.

Created At
created_at string

When created at.

Updated At
updated_at string

When updated at.

Retrieve the details of a short link.

Parameters

Name Key Required Type Description
Short URL
short_url string

The short URL address.

Returns

Name Path Type Description
Short URL
short_url string

The short URL address.

Long URL
long_url string

The long URL address.

Domain
domain string

The domain.

Short ID
short_id string

The short identifier.

Expire At Views
expire_at_views string

The expire at views.

Expire At Date-time
expire_at_datetime string

The expire at date-time.

Public Stats
public_stats boolean

Whether stats are public.

QR Code URL
qr_code_url string

The QR code URL address.

QR Code Base64
qr_code_base64 string

The QR code Base64.

Tag
tags array of integer
Pixel
pixels array of integer

Retrieve the stats for a short link.

Parameters

Name Key Required Type Description
Short Link
short_link True string

The short link.

Returns

Name Path Type Description
Clicks
clicks integer

The number of clicks.

Unique Clicks
unique_clicks integer

The number of unique clicks.

Browser
browsers array of string
Country
countries array of string
Referrer
referrers array of string
Platform
platforms array of string
Daily Click
daily_clicks array of string
Description
data.description string

The description.

Long URL
data.long_url string

The long URL address.

Short URL
data.short_url string

The short URL address.

Created At
data.created_at string

When created at.

Get tag

Retrieve the details of a tag.

Parameters

Name Key Required Type Description
Tag ID
tag_id True string

The tag identifier.

Returns

Name Path Type Description
ID
id integer

The identifier.

Tag
tag string

The tag.

Created At
created_at string

When created at.

Updated At
updated_at string

When updated at.

List pixels

Retrieve a list of all pixels.

Returns

Name Path Type Description
array of object
ID
id integer

The identifier.

Name
name string

The name.

Pixel ID
pixel_id string

The pixel identifier.

Pixel Type
pixel_type string

The pixel type.

Created At
created_at string

When created at.

Updated At
updated_at string

When updated at.

Retrieve a list of all short links.

Parameters

Name Key Required Type Description
Search
search string

The search query.

Tag IDs
tag_ids string

The tag identifiers.

Pixel IDs
pixel_ids string

The pixel identifiers.

Start Date
start_date string

The start date.

End Date
end_date string

The end date.

Domains
domains string

The domains.

Returns

Name Path Type Description
Current Page
current_page integer

The current page.

Data
data array of object
Description
data.description string

The description.

Long URL
data.long_url string

The long URL address.

Short URL
data.short_url string

The short URL.

Domain
data.domain string

The domain.

Short ID
data.short_id string

The short identifier.

User ID
data.user_id integer

The user identifier.

Team ID
data.team_id integer

The team identifier.

Domain ID
data.domain_id string

The domain identifier.

Expire At Date-time
data.expire_at_datetime string

The expired at date-time.

Expire At Views
data.expire_at_views string

The expire at views.

Public Stats
data.public_stats boolean

Whether the stats are public.

Smart URL
data.meta.smart_urls array of string
Created At
data.created_at string

When created at.

Updated At
data.updated_at string

When updated at.

Has Password
data.has_password boolean

Whether has password.

ID
data.user.id integer

The identifier.

Name
data.user.name string

The name.

Email
data.user.email string

The email address.

QR Code
data.qr_code string

The QR code.

Tag
data.tags array of integer
Pixel
data.pixels array of integer

List tags

Retrieve a list of tags.

Returns

Name Path Type Description
array of object
ID
id integer

The identifier.

Tag
tag string

The tag.

Created At
created_at string

When created at.

Updated At
updated_at string

When updated at.

Update pixel

Updates a pixel.

Parameters

Name Key Required Type Description
Pixel ID
pixel_id True string

The pixel identifier.

ID
id integer

The identifier.

Name
name string

The name.

Pixel ID
pixel_id string

The pixel identifier.

Pixel Type
pixel_type string

The pixel type.

Returns

Name Path Type Description
ID
id integer

The identifier.

Name
name string

The name.

Pixel ID
pixel_id string

The pixel identifier.

Pixel Type
pixel_type string

The pixel type.

Created At
created_at string

When created at.

Updated At
updated_at string

When updated at.

Updates the details of a short link.

Parameters

Name Key Required Type Description
Short URL
short_url string

The short URL address.

Long URL
long_url string

The long URL address.

Domain
domain string

The domain.

Short ID
short_id string

The short identifier.

Expire At Views
expire_at_views string

The expire at views.

Expire At Date-time
expire_at_datetime string

The expire at date-time.

Public Stats
public_stats boolean

Whether stats are public.

QR Code URL
qr_code_url string

The QR code URL address.

QR Code Base64
qr_code_base64 string

The QR code Base64.

Tag
tags array of integer
Pixel
pixels array of integer

Returns

Name Path Type Description
Short URL
short_url string

The short URL address.

Description
description string

The description.

Long URL
long_url string

The long URL address.

Domain
domain string

The domain.

Short ID
short_id string

The short identifier.

Expire At Views
expire_at_views string

The expire at views.

Expire At Date-time
expire_at_datetime string

The expire at date-time.

Public Stats
public_stats boolean

Whether stats are public.

Created At
created_at string

When created at.

Updated At
updated_at string

When updated at.

Smart
meta.smart_urls array of object
Type
meta.smart_urls.type string

The type.

URL
meta.smart_urls.url string

The URL address.

Update tag

Updates an existing tag.

Parameters

Name Key Required Type Description
Tag ID
tag_id True string

The tag identifier.

Tag
tag True string

The tag.

Returns

Name Path Type Description
ID
id integer

The identifier.

Tag
tag string

The tag.

Created At
created_at string

When created at.

Updated At
updated_at string

When updated at.

Definitions

string

This is the basic data type 'string'.