Bitly Make integrationAutomate Bitly with Make.
Every long link your tools produce can come out as a Bitlink, without a copy and paste. The Bitly Make integration gives you 4 modules: 3 actions and 1 search. This guide shows what they do, how to link your Bitly account, and how to build a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Bitly Make integration do for you?
The Bitly Make integration lets a Make scenario (the automation you build in Make, a chain of steps) shorten links, expand existing Bitlinks and list the links of a Bitly group, all through your own Bitly account. Each step is a module, one brick of the scenario. You never open Bitly to do it by hand.
Short links for every new campaign asset. When a product page, a landing page or a video goes live in another tool, Shorten URL turns its address into a Bitlink, and the next module drops that short link wherever your team needs it.
A clean inventory of your links. List Bitlinks pulls every Bitlink of a group, so a marketing lead can push them into a spreadsheet or a database for a review before a launch.
Checking where a short link goes. Expand Bitlink URL reads the details of a Bitlink you already have, which helps when a teammate pastes a bit.ly link and nobody remembers the destination.
Bitly has no trigger in Make, so a Bitly scenario always starts somewhere else: in another app, or on Make's schedule. When the listed modules stop short, Make an API Call reaches the rest of Bitly's API with the same connection. If your team already runs n8n, the Bitly n8n integration covers the same app, and n8n vs Make sets the two tools side by side. New to the editor? The Make training starts from zero.
How do you connect your Bitly account to Make?
- 01
Add a Bitly module
In your scenario, add any Bitly module, for example Shorten URL, then click Create a connection. A connection is your Bitly account linked to Make once; every Bitly module reuses it afterwards.
- 02
Give it a name you will recognize
Naming the connection is optional. It still pays off: a label such as "Bitly marketing" tells you at a glance which account a module talks to when you open the scenario again later.
- 03
Authorize Make and save
Follow the window that opens: depending on what it asks, you authorize Make on Bitly's page or paste the key Bitly gives you. Then click Save. The module is now ready to fill.
Your first scenario: shorten every new link automatically
GoalWhen a new long link shows up in another app, Make turns it into a Bitlink with Shorten URL.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the +. The first module comes from the app where your long links live, since Bitly has no trigger of its own.
- 02
Pick the starting app
Search that app by name, choose its trigger (the module that starts the scenario) and click Create a connection. Make then lists the sheets or objects it can read.
- 03
Add Shorten URL
Click the + on the right of the first module, search Bitly and pick Shorten URL. Connect your Bitly account, then map the long link from the previous module into it.
- 04
Test with Run once
Click Run once. Make runs the scenario one time and shows the bundles each module received (a bundle is one item passed along, here one link). Check that a Bitlink came back.
- 05
Schedule and switch it on
Set the schedule on the first module with the clock icon. A new scenario checks every 15 minutes by default, and 15 minutes is also the shortest gap on the Free plan. Then switch the scenario on.
What can each Bitly module do?
Bitly gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Expand Bitlink URL
ActionIn Make“Retrieves information about Bitlink using ID.”
Give this module a Bitlink ID and it fetches the information Bitly holds about that short link, so the scenario knows what sits behind it instead of guessing.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
This is the open door: it sends an authorized request to any endpoint of Bitly's API, reusing the Bitly connection you already set up.
Shorten URL
ActionIn Make“Shortens a long url to a Bitlink.”
The workhorse of the app. Shorten URL takes a long address and hands back a Bitlink, ready for the next module to post, store or send.
List Bitlinks
SearchIn Make“Retrieves all bitlinks for given group.”
A search module that pulls all the Bitlinks of a Bitly group you pick, one bundle per link, so later modules can sort, copy or report on them.
Need help automating Bitly with Make?
A person reads every message.