Bitly
Bitly is a link management tool. You can shorten links, reroute existing ones and associate them with campaigns across channels and devices.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure China regions - US Department of Defense (DoD) |
Power Automate | Standard | All Power Automate regions except the following: - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Standard | All Power Apps regions except the following: - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Microsoft |
URL | Microsoft LogicApps Support Microsoft Power Automate Support Microsoft Power Apps Support |
Connector Metadata | |
---|---|
Publisher | Microsoft |
Website | https://bitly.com/ |
Privacy policy | https://bitly.com/pages/privacy |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 30 | 60 seconds |
Frequency of trigger polls | 1 | 60 seconds |
Actions
Create a bitlink (V2) (Preview) |
Create a shortened Bitlink. |
Create a bitlink [DEPRECATED] |
This action has been deprecated. Please use Create a bitlink (V2) instead.
|
Create a bitlink (V2) (Preview)
Create a shortened Bitlink.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
URL
|
long_url | True | uri |
The URL to shorten. |
Returns
A Bitlink including both shortened and original URL.
- Bitlink
- Bitlink_V2
Create a bitlink [DEPRECATED]
This action has been deprecated. Please use Create a bitlink (V2) instead.
Create a shortened Bitlink.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
URL
|
longUrl | True | uri |
The URL to shorten. |
Returns
A Bitlink including both shortened and original URL.
- Bitlink
- Bitlink
Triggers
When a Bitlink is created (V2) (Preview) |
When a Bitlink is created. |
When a Bitlink is created [DEPRECATED] |
This action has been deprecated. Please use When a Bitlink is created (V2) instead.
|
When a Bitlink is created (V2) (Preview)
When a Bitlink is created.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Group Id
|
id | True | string |
The unique identifier of the group. |
Returns
When a Bitlink is created [DEPRECATED]
This action has been deprecated. Please use When a Bitlink is created (V2) instead.
When a Bitlink is created.
Returns
A Bitlink including both shortened and original URL.
- Bitlink
- Bitlink
Definitions
Bitlink
A Bitlink including both shortened and original URL.
Name | Path | Type | Description |
---|---|---|---|
URL
|
url | string |
The shortened URL. |
Long URL
|
long_url | string |
The original long URL. |
Bitlink_V2
A Bitlink including both shortened and original URL.
Name | Path | Type | Description |
---|---|---|---|
URL
|
link | string |
The shortened URL. |
Long URL
|
long_url | string |
The original long URL. |
OnBitlinkCreated_Response
Name | Path | Type | Description |
---|---|---|---|
links
|
links | array of Bitlink_V2 |