Roo — set scheduled redirect
roo_set_scheduled_redirectSchedule time-based redirects on a shortlink by attaching waypoints, each with a URL and activation time. The link switches destination at each scheduled time until the next waypoint.
Instructions
Time-based redirect: attach or replace waypoints on the shortlink. Each waypoint is a { url, at } pair — at time T the redirect switches to url and stays until the next waypoint. Before the first waypoint the shortlink falls through to its base url. Roo has no timezone or per-waypoint end field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Shortlink id. | |
| waypoints | Yes | Ordered waypoints. Roo models these as switch points, not windows: at time T the redirect switches to `url` and stays there until the next waypoint. Times before the first waypoint fall through to the shortlink's base url. The tool re-sorts chronologically for safety. |