Aura LogoAura

Create Booking Link

How to create a booking link, what the shareable URL looks like, and how to customize it

Create Booking Link

A booking link is how people schedule time with you. This guide walks through creating one and then sharing it.

The public URL doesn't include your name or your slug. We generate a random, unguessable string for security — something like app.aura-app.ai/b/aB3kL9mNxPq7. That's the URL you share.

Create one

Step 1: Open Scheduler

Click Scheduler in the sidebar. You'll see any existing booking links here, or an empty state if this is your first.

The form has a few sections — basics, hosting, availability. Walk through each.

Step 3: Basics

FieldWhat it does
NameInternal label. Used in your Scheduler list and in analytics. Not shown to the people booking.
DurationHow long the meeting is. 15, 30, 45, or 60 minutes.
SlugA label for you. Helps you find the link in your dashboard. It does not appear in the public URL.

Step 4: Who hosts

Pick yourself (most common), or set up a round-robin pool where bookings rotate among multiple team members. See Round-Robin for setup.

Step 5: When you're available

SettingWhat it does
Weekly scheduleYour hours per day. Defaults to Mon-Fri, 9-5 in your timezone.
Buffer timeMinutes between meetings (great for note-taking — try 10 or 15).
Advance noticeMinimum lead time before someone can book (e.g. 24 hours, so nobody books you for 30 minutes from now).
Max days aheadHow far in the future bookings open. Defaults to 60.

For more (date overrides, multi-host availability, holidays), see Availability.

Step 6: Save

Click Create. You're back on the Scheduler list, and a share modal pops open with your public URL.


Your public URL

It looks like this:

https://app.aura-app.ai/b/aB3kL9mNxPq7

That random string at the end is your unique link. We generate it for you — you can't customize it to be book.aura-app.ai/yourname/discovery or anything like that. The random URL is intentional: it makes the link unguessable, so bots can't find your booking pages by trying combinations.

Treat the URL as semi-private. Anyone with the link can see your availability and book. If a link gets shared somewhere it shouldn't be, or starts getting hit by spam, you can rotate it from the link's settings → Rotate URL.


Customize further

Once your link is created, click into it to add more.

Custom questions

Ask people things at booking time — company size, what they're working on, budget. See Custom Questions.

Disqualification rules

Filter out bad-fit leads automatically. For example: on a "What's your monthly revenue?" question, mark "Under $10k" as a disqualifier. Disqualified people see your fallback message or get sent to another page. See Disqualification Rules.

Redirect URLs

What happenedWhere they go after
They successfully bookedYour thank-you page or back to your site
They were disqualifiedAn alternative offer, a different page, anywhere

Confirmation email

Customize what people get after they book — subject line, body, your tone.


Direct copy

Click the copy button in the share modal. Paste anywhere:

https://app.aura-app.ai/b/aB3kL9mNxPq7

Email signature

📅 Book a call → https://app.aura-app.ai/b/aB3kL9mNxPq7

Website embed (iframe)

<iframe
  src="https://app.aura-app.ai/b/aB3kL9mNxPq7"
  width="100%"
  height="700"
  frameborder="0"
></iframe>

See Embedding for popups, inline embeds, and passing UTM tags through.

QR code

The share modal generates a QR code from your URL — handy for events, signage, business cards.


What happens when someone books

On their end:

  1. They open your link and see your real-time availability.
  2. They pick a slot.
  3. They fill out any custom questions.
  4. They get a confirmation email and a calendar invite with the video link.

On your end:

  1. You get an email notification.
  2. A calendar event gets created with our Notetaker invited.
  3. A new lead pops into your pipeline (or your existing lead gets updated if their email matches).
  4. A call gets scheduled.

What you want to doHow
EditClick the link card → make changes → save
DuplicateCard menu → Duplicate
DisableCard menu → Disable. The URL shows "Coming soon" instead of letting people book.
Rotate URLSettings → Rotate URL. New random string, old URL goes 404.
DeleteCard menu → Delete. URL goes 404 immediately. Existing bookings still happen as planned.

Tips

  • Pick descriptive names. "30-min Discovery" or "45-min Product Demo" beats "My Link" or "Test" — you'll thank yourself when you're filtering analytics later.
  • Match duration to reality. 30 minutes for actual 30-minute meetings. Over-running calls hurt close rates more than longer scheduled slots do.
  • Don't make the form longer than the call. Custom questions are great for collecting the stuff you'd otherwise ask in the first 5 minutes. Anything more becomes a barrier.
  • Use disqualification kindly. Send poor-fit leads to a downsell or a content page instead of a hard rejection. Better experience, better word of mouth.

What's next

On this page