Coordinating onboarding travel shouldn't take 47 emails. SmartTravel™ gives candidates a self-serve date picker and recruiters a single calendar for every new hire's journey—embedded right in your ATS.
Choose any date between March 17-23. Your recruiter has approved this window.
Three steps to eliminate onboarding travel chaos forever.
The moment you mark a candidate as "Hired" in your ATS, SmartTravel™ automatically opens the travel module and sends the candidate a link to select their departure date.
Candidates see only the approved travel window you set. They pick their preferred departure date from the calendar. No back-and-forth emails. No phone tag.
Confirmed date syncs to your ATS, recruiter calendar, travel booking platform (Concur, Navan), and the candidate's inbox—all at once. Everyone's aligned.
Give candidates control. They see only your approved travel windows and pick the date that works for them—no recruiter intervention needed.
The second a candidate moves to "Hired" in your ATS, SmartTravel™ automatically launches the travel workflow. Zero manual setup. Zero delays.
See every upcoming new-hire travel date in one calendar view. Filter by location, role, or status. Export to Google Calendar or Outlook in one click.
Push confirmed dates directly to Concur, Navan (TripActions), or any corporate travel platform. Finance and ops get instant alerts. No duplicate data entry.
Confirmations to all parties
Budget guardrails built-in
Cost per hire visibility
Candidates book on the go
Enter your monthly hires to see your estimated time savings with SmartTravel™.
Based on industry average of 30 minutes per onboarding travel coordination via email
Get Early AccessATS-agnostic via REST API. Integrates with all major travel platforms and calendars.
POST /api/v1/travel-events
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
{
"candidate_id": "cand_abc123",
"departure_date": "2026-03-20",
"arrival_date": "2026-03-21",
"origin_location": "Chicago, IL",
"destination_location": "Phoenix, AZ",
"approved_window_start": "2026-03-17",
"approved_window_end": "2026-03-23",
"travel_policy_id": "policy_enterprise_01",
"notification_recipients": [
"recruiter@company.com",
"ops@company.com"
]
}
Full API documentation available for Early Access members