Bitly
Node: bitly · Full type: n8n-nodes-base.bitly · Version: 1
Credentials
bitlyApi (alias: @bitly) / bitlyOAuth2Api (alias: @bitly)
CREDENTIAL @bitly = bitlyApi "My Bitly"
Operations
Resource: link
create
| Parameter |
Type |
Default |
Details |
longUrl |
string |
"" |
required |
additionalFields |
collection |
{} |
keys: domain, group, tags, title |
deeplink |
fixedCollection |
{} |
groups: deeplinkUi |
get
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
required |
update
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
required |
updateFields |
collection |
{} |
keys: archived, group, longUrl, tags, title |
deeplink |
fixedCollection |
{} |
groups: deeplinkUi |
Common Parameters
| Parameter |
Type |
Default |
Details |
authentication |
options |
"accessToken" |
accessToken, oAuth2 |
Parameter Details
additionalFields children:
| Parameter |
Type |
Default |
Details |
domain |
string |
"bit.ly" |
|
group |
options |
"" |
|
tags |
multiOptions |
[] |
|
title |
string |
"" |
|
deeplink children:
deeplinkUi group:
| Parameter |
Type |
Default |
Details |
appId |
string |
"" |
|
appUriPath |
string |
"" |
|
installType |
string |
"" |
|
installUrl |
string |
"" |
|
updateFields children:
| Parameter |
Type |
Default |
Details |
archived |
boolean |
false |
|
group |
options |
"" |
|
longUrl |
string |
"" |
|
tags |
multiOptions |
[] |
|
title |
string |
"" |
|
Example
NODE "bitly" @bitly AS "Bitly" {
resource: "link",
operation: "get",
longUrl: {{ $json.longUrl }},
id: {{ $json.id }}
}