Shortens a url using the bit.ly url shortening service
<BitlyUrl
Username=""
ApiKey=""
Url=""
TreatErrorsAsWarnings="True">
<Output PropertyName="ShortUrl" TaskParameter="OutputUrl" />
</BitlyUrl>
<Message Text="ShortUrl: $(ShortUrl)" />
Input Properties
| Name | Description | Type | Required | Default |
| Username | Your bit.ly username | String | true | null |
| ApiKey | Your bit.ly api key | String | true | null |
| Url | The url to shorten | String | true | null |
| TreatErrorsAsWarnings | If an error occurs, and true, then it will display a warning | boolean | false | false |
Output Properties
| Name | Description | Type |
| OutputUrl | The shortened Url | String |