Resources · Make integration

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 you can automate

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.

Connect

How do you connect Rebrandly to Make?

  1. 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.

  2. 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.

  3. 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.

First scenario

Your first scenario: tag every new branded link

GoalWhen a branded link is created in Rebrandly, Make attaches a tag to it.

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

Triggers

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.

Rebrandly2Watch New Click

Watch New Click

Scheduled trigger

In MakeChecks 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.

How it fires
scheduled, Make checks Rebrandly at the interval set on the scenario, 15 minutes by default, down to 1 minute on paid plans.
When to use it
a campaign is live and the sales team wants the click activity in its own tools without logging into Rebrandly.
Watch out
every click runs the following modules once, and each run costs operations on your plan.
Modules

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.

Rebrandly1

Attach Script

Action

In MakeAttaches 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.

When to use it
right after Create Link, to give each new campaign link the same script automatically.
Watch out
the script must already exist, so pair it with Create Script or Get Script first.
Rebrandly4

Create Script

Action

In MakeCreates 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.

When to use it
a new client or campaign starts and needs its own script before links are produced.
Watch out
this module only creates the script; Attach Script is the step that puts it on a link.
Rebrandly5

Create Tag

Action

In MakeCreates 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.

When to use it
a campaign is launched in your project tool and you want its tag ready before the first link exists.
Watch out
running it twice for the same campaign can leave you with look-alike tags; check with List Tags first.
Rebrandly7

Delete Script

Action

In MakeDeletes 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.

When to use it
a client contract ends and the scripts made for that client should go.
Watch out
put a filter in front of it so only the scripts you mean to remove reach it.
Rebrandly8

Delete Tag

Action

In MakeDeletes 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.

When to use it
a campaign is archived in your project tool and its tag should disappear with it.
Watch out
Delete Tag removes the tag itself, while Detach Tag only unhooks it from a single link.
Rebrandly9

Detach Script

Action

In MakeDetaches 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.

When to use it
a link changes hands, from a paid campaign to an organic post, and the old script no longer applies.
Watch out
List Link Scripts shows what is attached to the link, which avoids detaching the wrong one.
Rebrandly11

Get Domain

Action

In MakeReturns 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.

When to use it
before Create Link, to check a brand's domain details before the scenario produces links for that brand.
Watch out
it reads one domain you already know; List Domains is the way to discover them all.
Rebrandly12

Get Link

Action

In MakeReturns 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.

When to use it
a support ticket mentions a link and you want its details copied into the ticket automatically.
Watch out
Get Link needs to know which link to read; List Links helps when you only have a workspace.
Rebrandly13

Get Script

Action

In MakeReturns 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.

When to use it
a scenario must confirm a script exists before Attach Script uses it.
Watch out
this reads a script; nothing in Rebrandly changes when the module runs.
Rebrandly14

Get Tag

Action

In MakeReturns 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.

When to use it
a notification to the team should mention which campaign tag a new link received.
Watch out
to browse every tag of a workspace, List Tags is the better fit.
Rebrandly15

Make an API Call

Action

In MakePerforms 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.

When to use it
you need something none of the listed modules offers and the Rebrandly API documentation covers it.
Watch out
you write the request yourself, so keep the vendor documentation open while you build it.
Rebrandly17

Update Script

Action

In MakeUpdates 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.

When to use it
a client sends a revised script and you want it applied as soon as the request arrives.
Watch out
links attached to this script all pick up the change, so test on a copy first.
Rebrandly18

Update Tag

Action

In MakeUpdates 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.

When to use it
a campaign changes in your project tool and the Rebrandly tag should follow.
Watch out
make sure the scenario targets the right tag, Get Tag helps confirm it before the change.
Rebrandly19

List Domains

Search

In MakeReturns 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.

When to use it
a scenario manages links for several brands and must know which domains each workspace holds.
Watch out
the modules placed after it run once per domain, which multiplies operations on your plan.
Rebrandly21

List Link Scripts

Search

In MakeLists 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.

When to use it
ahead of Detach Script, to remove only the script that no longer belongs on that link.
Watch out
it covers a single link; List Scripts is the one that looks across the whole workspace.
Rebrandly22

List Link Tags

Search

In MakeLists 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.

When to use it
a routing flow sends a link to a different team depending on its campaign tag.
Watch out
a link with no tag returns nothing, so plan a filter for that empty case.
Rebrandly23

List Scripts

Search

In MakeReturns 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.

When to use it
a cleanup scenario reviews all scripts and hands old ones to Delete Script.
Watch out
an aggregator from Make helps when you want a single summary instead of one message per script.
Rebrandly24

List Tags

Search

In MakeReturns 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.

When to use it
before Create Tag, to avoid duplicating a tag that already exists under the same name.
Watch out
the search returns tags only, not the links behind them; List Links covers that part.
Rebrandly25

List Workspaces

Search

In MakeReturns 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.

When to use it
an agency keeps one workspace per client and wants a single report across all of them.
Watch out
every workspace found runs the next modules once, so filter out the ones you do not need.
Need help

Need help automating Rebrandly with Make?

A person reads every message.

FAQ

Rebrandly and Make: common questions

01Is the Rebrandly Make integration free?
Yes, on the Make side. Rebrandly is a standard app, available from the Make Free plan, which allows 2 active scenarios, a minimum of 15 minutes between scheduled runs, runs of up to 5 minutes and files up to 5 MB. Paid plans (Core, Pro, Teams, Enterprise) lower the interval to 1 minute and remove the cap on active scenarios. Each module run on a bundle counts as one operation on your plan. You still need an active Rebrandly account, whose subscription is handled by Rebrandly.
02What do you need to connect Rebrandly to Make?
An active Rebrandly account and its API key are enough. You find the key in the Rebrandly account settings, under the API tab, and copy it as displayed. In Make, add a Rebrandly module, click Create a connection, optionally name it, then paste the key. The same connection then serves all 27 Rebrandly modules, so the setup happens only once per account. No webhook is involved, because both Rebrandly triggers are scheduled.
03Does the Rebrandly Make trigger fire instantly?
No. Watch New Branded Link and Watch New Click are both scheduled triggers: Make checks Rebrandly on the scenario's schedule, shown by the clock badge on the module. A new scenario checks every 15 minutes by default. On the Free plan the shortest interval is 15 minutes, and paid plans go down to 1 minute. Rebrandly has no instant trigger in Make, so a new link or click shows up at the next check.
04What if a Rebrandly module is missing in Make?
Use Make an API Call. This module calls any endpoint of the Rebrandly API with the connection you already created, so you are not limited to the 18 actions and 7 searches listed. You write the request yourself, based on the Rebrandly API documentation. Note that the Make documentation page for Rebrandly flags its content as AI-generated, so check important details with Rebrandly directly. Before writing a request, check whether one of the 27 modules already does the job, since a listed module is simpler to set up.
05Should you use Make or n8n for Rebrandly?
It depends on where the rest of your automations already run. In Make, Rebrandly offers 27 modules, scheduled triggers and Make an API Call for anything missing, which is a solid base if your scenarios live there. Many apps also have an n8n node, so check the n8n side for Rebrandly before deciding. Base the choice on the modules you need and the tool your team already uses, not on the tool name.