Scheduled Links
Publish short links at a future time and show a polished "coming soon" experience until they go live.
What scheduled links are
A scheduled link has a scheduledAt time in the future. Before that moment, visitors who open the URL see a controlled interim page instead of your normal redirect or app flow. After the schedule passes, behavior matches a standard link (store, app, web, etc.).
How to schedule a link
- In the dashboard, create a new link or edit an existing one.
- Open Schedule or Go live at.
- Use the date and time picker to choose when the link activates. Confirm your project timezone in settings if timestamps should align with a specific market.
- Save. The short URL is valid immediately, but behavior before
scheduledAtis the pre-launch experience.
What users see before the link goes live
Until scheduledAt, visitors typically see a branded "Coming soon" page: your project name, optional message, and countdown or static copy—without exposing the final destination or deep link payload early.
After the scheduled time, the same URL begins normal redirects and SDK matching for installs and opens.
API field: scheduledAt
Include an ISO 8601 datetime string when creating or updating a link via API.
javascript
{
"title": "Product drop",
"deepLink": "yourapp://drop/2026",
"scheduledAt": "2026-12-01T00:00:00Z"
}