- Home
- Resources
- Integrations
- Rebrandly
Rebrandly Make integrationAutomate Rebrandly with Make.
Your branded short links can get created, tagged and tracked without a single copy-paste. The Rebrandly Make integration gives you 27 modules, from link creation to click tracking. This guide connects your account and walks you through a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Rebrandly Make integration automate?
The Rebrandly Make integration links your Rebrandly account to Make, a no-code tool where you build a scenario: an automation made of modules, each one a brick that watches, acts or searches in one app. Rebrandly brings 2 triggers, 18 actions and 7 searches covering links, tags, scripts, domains and workspaces.
Every new link tagged for its campaign. A marketing team creates links by hand all day. Watch New Branded Link picks up each new one and Attach Tag files it under the right tag, so reports stay clean without anyone remembering to do it.
Short links born from a spreadsheet row. A podcast producer lists episode URLs in a base. A trigger from another app, such as the one described on the Airtable Make integration page, hands each row to Create Link, and the branded link is ready before the episode goes out.
Clicks sent where your team reads them. Watch New Click notices fresh clicks on your branded links and passes them to the next module, a sheet or a CRM of another app, so the numbers leave the Rebrandly dashboard.
Know the limits before you start. Both Rebrandly triggers are scheduled: Make checks Rebrandly on the scenario's schedule, it is never told the instant something changes. When a listed module does not cover your need, Make an API Call reaches the rest of the Rebrandly API with the same connection. If you are weighing tools, the n8n vs Make comparison puts both side by side, and the Make training helps you go further with scenarios.
How do you connect Rebrandly to Make?
- 01
Copy your Rebrandly API key
In Rebrandly, open your account settings and click the API tab. Copy the API key displayed on screen. Make needs an active Rebrandly account and this key; nothing else is asked.
- 02
Open the connection window in Make
In your Make account, add any Rebrandly module to your scenario and click Create a connection. A connection is your Rebrandly account linked to Make once, then reused by every Rebrandly module you add later.
- 03
Paste the key and save
Give the connection a clear label in the Connection name field if you like, it is optional. Paste the API key you copied, confirm, and Make can now read your links, tags and workspaces.
Your first scenario: tag every new branded link
GoalWhen a branded link is created in Rebrandly, Make attaches a tag to it.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big + to add the first module. Search for Rebrandly and pick Watch New Branded Link.
- 02
Link your account
Click Create a connection and paste your API key. Once connected, Make lists what it can read in your Rebrandly account, so you fill the trigger by picking instead of typing.
- 03
Add Attach Tag
Click the + on the right of the trigger, pick Rebrandly again, then Attach Tag. Map the link coming from the trigger and choose the tag that should land on it.
- 04
Test with Run once
Create a test link in Rebrandly, then click Run once. Each module shows the bundles it received, a bundle being one item passed along, here one link. Check the tag in Rebrandly.
- 05
Schedule and switch it on
Open the clock on the first module: a new scenario runs every 15 minutes by default. Keep it or change it within your plan, then switch the scenario on and let it work.
What starts a Rebrandly scenario
2 modules start a scenario when something happens in Rebrandly. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Rebrandly as soon as it happens.
Watch New Branded Link
Scheduled triggerIn Make“Checks whether new branded links has been created.”
Spot every branded short link someone adds to Rebrandly and hand it to the rest of your scenario, one bundle per new link. It is the natural starting point when a link should trigger follow-up work, a tag, a note in another tool or a message to the team.
Watch New Click
Scheduled triggerIn Make“Checks whether Branded Links have received new clicks.”
Get the fresh clicks your branded links have received, so the data can travel to a report, a spreadsheet or a CRM instead of staying inside Rebrandly. Each click that comes through becomes a bundle the next module can use.
What Rebrandly can do in Make
Rebrandly gives you 25 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Attach Script
ActionIn Make“Attaches a script to a branded short link.”
Hook one of your Rebrandly scripts onto a branded short link, so the link carries it from now on without you opening the link settings. Pick the script, pick the link, done.
Attach Tag
ActionIn Make“Attaches a tag to a branded short link.”
Label a branded short link with a tag you already use in Rebrandly, which keeps links grouped by campaign, client or channel. The module appears as Attach Tag in Make even though its key mentions links.
Create Link
ActionIn Make“Creates a new branded short link.”
Produce a new branded short link from data flowing through the scenario: a URL from a form, a product page, a row of a sheet. It usually sits at the end of a scenario, right after the module that supplies the URL.
Create Script
ActionIn Make“Creates a new script.”
Add a new script to your Rebrandly workspace straight from Make, ready to be attached to links later. It saves a trip into Rebrandly when scripts follow a pattern your team repeats.
Create Tag
ActionIn Make“Creates a new tag.”
Set up a fresh tag in Rebrandly so upcoming links have somewhere to be filed. Put it at the start of a flow that then creates and tags links in one go.
Delete Link
ActionIn Make“Deletes a branded short link.”
Remove a branded short link from Rebrandly, which cleans up links tied to an expired offer or a cancelled event. Feed it the link returned by Get Link or List Links.
Delete Script
ActionIn Make“Deletes a script.”
Erase a script from your Rebrandly workspace once nobody needs it, keeping the script list short and readable for the whole team. The module expects the script to target, often supplied by List Scripts.
Delete Tag
ActionIn Make“Deletes a tag.”
Drop a tag you no longer use from Rebrandly, so filters and reports stop showing dead campaigns. It works on one tag at a time, which suits a cleanup flow fed by List Tags.
Detach Script
ActionIn Make“Detaches a script from a branded short link.”
Take a script off a branded short link while keeping both the link and the script intact. The link keeps working, simply without that script from now on.
Detach Tag
ActionIn Make“Detaches a tag from a branded short link.”
Unhook a tag from one branded short link, leaving the tag available for every other link. Make displays it as Detach Tag, even if its key refers to links.
Get Domain
ActionIn Make“Returns a domain.”
Fetch the details of one branded domain from Rebrandly, so later modules know which domain they are working with. Handy when a scenario serves several brands with their own domains.
Get Link
ActionIn Make“Returns a branded short link.”
Read one branded short link and bring its information into the scenario, ready to be mapped into another app or checked before an update. The module shows as Get Link in the editor.
Get Script
ActionIn Make“Returns a script.”
Pull up a single script from Rebrandly to check it or pass its information on, without opening the Rebrandly interface. Pair it with Update Script when a change depends on what is already there.
Get Tag
ActionIn Make“Returns a tag.”
Look up one tag and return its information to the scenario, useful to confirm a tag before attaching it or to show its name in a message. It changes nothing on your account.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Reach any part of the Rebrandly API that the listed modules leave out, using the connection you already set up. You describe the request and Make sends it with your credentials.
Update Link
ActionIn Make“Updates a branded short link.”
Change an existing branded short link from Make instead of deleting it and creating a new one. The short link itself stays the one your audience already has.
Update Script
ActionIn Make“Updates a script.”
Edit a script that lives in your Rebrandly workspace, and every link carrying it benefits from the change. It saves updating the same script by hand across several places.
Update Tag
ActionIn Make“Updates a tag.”
Adjust a tag already present in Rebrandly, and the links filed under it follow without being touched one by one. It fits flows that mirror names from another tool.
List Domains
SearchIn Make“Returns all domains in a given workspace.”
Return every domain set up in a given Rebrandly workspace, each one as its own bundle. A search module like this can return zero, one or many results.
List Links
SearchIn Make“Returns all branded short links in a given workspace.”
Collect all the branded short links of a workspace in one search, each link coming out as a separate bundle. That makes audits and bulk changes possible without exporting anything.
List Link Scripts
SearchIn Make“Lists all scripts of a branded short link.”
Show which scripts are attached to one branded short link, returned one by one as bundles. It answers the question of what a link carries before you change it.
List Link Tags
SearchIn Make“Lists all tags of a branded short link.”
Bring back the tags placed on one branded short link, so a scenario can decide what to do next based on how the link is filed. Each tag arrives as its own bundle.
List Scripts
SearchIn Make“Returns all scripts in a given workspace.”
Gather every script stored in a Rebrandly workspace, giving the scenario the full inventory in one pass. Each script flows on as a separate bundle.
List Tags
SearchIn Make“Returns all tags in a given workspace.”
Fetch all the tags defined in a workspace, one bundle each, and use them to check, sync or report on how your links are organized.
List Workspaces
SearchIn Make“Returns all workspaces.”
Retrieve every Rebrandly workspace your connection can see, the starting point for scenarios that loop through workspaces to list links, tags or domains in each.
Need help automating Rebrandly with Make?
A person reads every message.