Aura LogoAura

Booking Link Constraints

The validation rules Aura enforces on booking link configuration — slug format, length bounds, duration ranges.

Booking Link Constraints

These rules apply to every booking link you create or update via the dashboard or Partner API. Values outside these bounds are rejected at submission time with a validation error.

Slug

The slug is the URL-safe identifier that appears in your public booking URL (e.g., yourorg.aura-app.ai/discovery-call).

ConstraintValue
Minimum length3 characters
Maximum length50 characters
Allowed charactersLowercase letters, numbers, hyphens (no leading/trailing hyphen)
Pattern/^[a-z0-9]([a-z0-9-]*[a-z0-9])?$/

Title

The human-readable name of the booking link, shown in your dashboard and on the public page.

ConstraintValue
Minimum length1 character
Maximum length200 characters

Description

Optional copy shown on the public booking page beneath the title.

ConstraintValue
Maximum length1000 characters

Call duration

How long each booked call lasts. Must be a whole number of minutes.

ConstraintValue
Minimum5 minutes
Maximum480 minutes (8 hours)

Booking window

How far in the future invitees can book a slot.

ConstraintValue
Minimum1 day
Maximum365 days

What happens on validation failure

When you submit invalid values:

  • Dashboard: an inline error appears next to the offending field; no data is saved.
  • Partner API: the request returns 400 VALIDATION_ERROR with a details array listing each issue and its field path.

On this page