Resources · Make integration

Lnk.Bio Make integrationAutomate Lnk.Bio with Make.

What if your bio page updated itself every time you published something new? The Lnk.Bio Make integration gives you 2 action modules, one to post a link and one to call the API. This guide shows creators and marketers how to connect the account and run a first scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Lnk.Bio Make integration do for you?

The Lnk.Bio Make integration lets a Make scenario (the automation you build in Make, a chain of steps) add links to your public Lnk.Bio profile for you. Another app provides the news, Make turns it into a new link on your page, and you stop copying URLs by hand.

A bio page that follows your content. Say you run a YouTube channel. When a video goes live, a scenario can take its title and address and hand them to Create a Lnk, which posts the link on your public profile.

Product launches without the copy-paste. A small online shop can do the same when a new product is published: the shop app starts the scenario, Create a Lnk puts the product link in front of your followers.

Anything the listed modules skip. Lnk.Bio has an API, and Make an API call reaches any of its endpoints with the same connection. That is your route for tasks the ready-made module does not cover.

Know the limits before you start. Lnk.Bio has no trigger in Make, so the scenario always starts from another app or from a schedule. The official doc is also flagged as AI-generated, so check anything important with Lnk.Bio. If you also weigh n8n, read n8n vs Make; to see what Make costs on your side, open Make pricing.

Connect

How do you connect your Lnk.Bio account to Make?

  1. 01

    Prepare your Lnk.Bio account

    Make needs a Lnk.Bio account with a verified email address. Inside Lnk.Bio, register an application: that is what generates the access token Make will use to post on your behalf.

  2. 02

    Add a Lnk.Bio module

    In your scenario, add a Lnk.Bio module such as Create a Lnk and click Create a connection. A connection is your Lnk.Bio account linked to Make once, then reused by every Lnk.Bio module. Give it a name if you run several profiles.

  3. 03

    Authorize and save

    Follow the prompt: authorize Make on the Lnk.Bio page, or paste the token your registered application gave you. Click Save, and the connection now shows up in the module.

First scenario

Build your first scenario with Lnk.Bio

GoalWhen a new video goes live in another app, Make posts it as a fresh link on your Lnk.Bio profile.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the +. The first module comes from the app where your content lives, since Lnk.Bio has no trigger of its own.

  2. 02

    Add Create a Lnk

    Click the + to the right of that first module, search for Lnk.Bio and pick Create a Lnk. Choose your connection, or create it with the three steps above.

  3. 03

    Map the data

    Fill the fields Make shows with data from the first module, for example the video's title and address. Open the module to see which fields Lnk.Bio asks for. Each item passing between modules is a bundle, here one video.

  4. 04

    Test with Run once

    Click Run once to run the scenario a single time. Open each module to read the bundles it received, then check your public profile for the new link.

  5. 05

    Schedule and switch on

    Set the schedule on the first module, every 15 minutes by default (15 is also the minimum on the Free plan), and switch the scenario on.

Modules

What each Lnk.Bio module does

Lnk.Bio gives you 2 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Lnk.Bio1

Create a Lnk

Action

In Make“Creates a new Lnk. The Lnk will be posted on your public profile”

This one puts a brand-new link on your Lnk.Bio page, visible to anyone who opens your public profile. It is the heart of the integration: whatever another app announces, it becomes a clickable entry for your audience.

When to use it
right after the module that detects new content, such as a fresh episode, article or product page.
Watch out
the link goes public as soon as the module runs, so test with Run once on a harmless item first.
Lnk.Bio2

Make an API call

Action

In Make“Performs an arbitrary authorized API call.”

Reach for this module when Create a Lnk is not enough. It sends an authorized request to any endpoint of the Lnk.Bio API, reusing the connection you already set up, so there is no second login to manage.

When to use it
for any task that has no ready-made Lnk.Bio module in Make.
Watch out
you write the request yourself, so keep the Lnk.Bio API reference open next to the editor.
Need help

Need help automating Lnk.Bio with Make?

A person reads every message.

FAQ

Lnk.Bio and Make: common questions

01Is the Lnk.Bio Make integration free?
Yes, on the Make side. Lnk.Bio is a standard app, so it works from the Free plan. That plan allows 2 active scenarios, a minimum of 15 minutes between scheduled runs, 5 minutes per run, files up to 5 MB and 512 MB of data transfer. Paid plans drop the interval to 1 minute and lift the number of active scenarios. Every run counts operations, one per module per bundle, against your monthly credits. Your Lnk.Bio subscription is a separate matter: check the Lnk.Bio pricing page for that.
02What do you need to connect Lnk.Bio to Make?
A Lnk.Bio account with a verified email and an application registered in Lnk.Bio, which generates the access token. In Make, add any Lnk.Bio module, click Create a connection, name it if you like, authorize Make or paste the token, then click Save. The connection is shared by every Lnk.Bio module in your scenarios, so you only do this once per account. If the connection fails, the unverified email or the missing application is the first thing to check.
03Can a Lnk.Bio scenario start on its own in real time?
Not from Lnk.Bio itself, because the app has no trigger module in Make. The scenario starts from something else. Most often it is a trigger from another app, like your video platform or online shop, placed first and followed by Create a Lnk. You can also start with a plain schedule on the first module: every 15 minutes by default, 1 minute at the lowest on paid plans. If the other app offers an instant trigger, the one with the lightning badge, your new link follows as soon as it fires.
04What if the Lnk.Bio module you need is missing?
Use Make an API call. It calls any endpoint of the Lnk.Bio API with the connection you already have, which covers whatever Create a Lnk does not. You will need the Lnk.Bio API reference to build the request. Keep in mind that the Make documentation for this app is flagged as AI-generated and may contain mistakes, so confirm key details with Lnk.Bio directly before you rely on them in a live scenario.
05Should you pick Make or n8n for Lnk.Bio?
It depends on where the rest of your automations already run. On Make, Lnk.Bio offers 2 action modules, Create a Lnk and Make an API call, and it is a standard app available from the Free plan. Many apps also have an n8n node, so check whether Lnk.Bio does before choosing. If most of your scenarios already live in one tool, keeping Lnk.Bio in the same place is usually simpler to maintain. The comparison page linked above goes through the criteria in detail.