mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| using-access-token.gif | ||
| using-oauth.gif | ||
| permalink |
|---|
| /credentials/bitly |
Bitly
You can find information about the operations supported by the Bitly node on the integrations page. You can also browse the source code of the node on GitHub.
Prerequisites
Create a Bitly account.
Using OAuth
- Open your Bitly dashboard.
- Click on your account button in the top right.
- Click on "Profile Settings".
- Click on "Registered OAuth Applications".
- Click on "GET REGISTRATION CODE".
- Use Client Secret and Client ID in your Bitly node credentials in n8n.
- Enter n8n provided redirect URL. Redirect URL Explanation here.
Using Access Token
- Open your Bitly dashboard.
- Click on your account button in the top right.
- Click on "Profile Settings".
- Click on "Generate Access Token".
- Enter password.
- Use the access token in your Bitly node credentials in n8n.

