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

NameDescriptionTypeRequiredDefault
UsernameYour bit.ly usernameStringtruenull
ApiKeyYour bit.ly api keyStringtruenull
UrlThe url to shortenStringtruenull
TreatErrorsAsWarningsIf an error occurs, and true, then it will display a warningbooleanfalsefalse

Output Properties

NameDescriptionType
OutputUrlThe shortened UrlString

Last edited Dec 23, 2009 at 10:04 PM by camalot, version 1

Comments

No comments yet.