Interview Scheduler
TOOLS · EXPERTINI ATS

Interview Scheduler

Schedule, reschedule, and track interviews directly against a candidate's pipeline record — one system, not a disconnected calendar.

2 منٹ کا مطالعہ · جولائی 2026 کو اپ ڈیٹ کیا گیا · Expertini ایڈیٹوریل

Schedule, reschedule, and track interviews directly against a candidate's pipeline record — one system for the interview lifecycle rather than a separate calendar tool disconnected from the ATS.

Interview logistics scattered across email threads and a separate calendar app are a common, quiet source of dropped candidates: a reschedule that never reaches the pipeline record, a status nobody updated. Keeping scheduling attached to the same record as everything else closes that gap.

01What it does

Create interview slots — type, time, interviewers — tied to a specific application, track status through completion, and keep everything visible directly on the candidate's pipeline card.

02Who it's for

Every hiring team using the ATS, from a solo recruiter running one search to a full agency coordinating interviews across many active clients — this is baseline pipeline infrastructure, not a specialised add-on.

03What makes this different

It's built directly into the pipeline record rather than as a connected-but-separate calendar integration, so an interview's status is never out of sync with where a candidate actually sits in your process.

04Why it matters

A core conversion tool included on every plan — interview scheduling shouldn't be gated behind a paid tier, since it's a baseline requirement of running any hiring process at all, not a premium feature.

05Pricing and what's included

Included on every plan, including the free 14-day Trial, with no upgrade required to use it in full.

06Support

The Help Center covers interview types and status tracking in more detail; support@expertini.com is available for anything else.

انجینئرنگ نوٹس

پلیٹ فارم آرکیٹیکچر اور آپریشنز

A1Architecture: where it sits in the platform

Interview Scheduler is a first-class module of the Interviewing suite inside the authenticated Expertini ATS workspace. The platform is deliberately server-rendered: every view is prepared by the application server and shipped as complete HTML, with no client-side framework, no third-party CDN scripts, and no build pipeline between the data and the page. What renders is what the server computed — the property that makes the interface auditable.

All persistence runs on a single search-native document store; every query carries the organisation's identifier as a mandatory filter at the lowest query layer. Tenant isolation is therefore structural — a property of how every request is composed — rather than a policy that relies on application code remembering to check.

Availability is governed by the platform's tool registry: this tool is registered from the Trial plan, and access is enforced server-side by the registry gate on every request — never by hiding a button. Plans also carry a monthly distinct-tool quota (3 / 5 / 15 / 30 / 45 across Trial→Business, unlimited on Enterprise), counted at the same chokepoint. The pricing page states both honestly: what is available, and how much of it the month includes.

A2Data model and dependency map

In production the tool reads and writes pipeline applications (ats_applications), job requisitions (ats_jobs), interview records (ats_interviews). Documents are plain, explicitly-mapped fields — mappings are provisioned ahead of first write, so term filters and aggregations behave deterministically instead of depending on inferred types.

Every distinct open is journalled to the tool-activity store — and that journal, not a parallel analytics system, is what the Reports section aggregates. The usage numbers you see are the numbers the platform actually recorded.

Anything that leaves the request path — notification fan-out, webhook delivery, activity journalling, mail — runs in fire-and-forget background threads. A slow external endpoint can never make the interface hang, and a failed side effect is logged rather than silently retried into inconsistency.

A3Operational considerations

Organisation-level settings, destructive actions, and connections are gated to owner and admin roles; recruiters operate the tool on the records they can see. Role changes apply on the next request — enforcement is at the route, not in the menu.

Failures are surfaced, not swallowed: server-side validation returns the exact field and reason, vendor errors are quoted verbatim where integrations are involved, and every write either confirms or reports. Exports regenerate on request rather than being cached — a report you download reflects the store at the moment you asked, not last night's snapshot.

Everything written is yours to take: CSV exports and the Data Export app cover the same stores the product itself reads. The exit is as open as the entrance — by design, not concession.

A4Interaction contract

The interface follows the platform's search-and-select convention: any field that names a real record — a candidate, client, or job — is a type-to-search picker over live data, never a free-typed string, which is what keeps activity trails and deduplication trustworthy. Static choices are filter-as-you-type combos rather than native dropdowns, and state transitions give explicit feedback: server confirmations surface as toasts, validation errors name the exact field, and nothing is shown as done that the server has not confirmed.

The wireframe and flow below document the structural contract of the surface — what panels exist, what order the states occur in, and what happens at every edge — rather than pixels. The layout is composed with native CSS grid and flexbox and adapts from wide desktop to a single column without separate mobile views.

انحصار کا نقشہ

Reads / writesats_applications, ats_jobs, ats_interviews
Access gateTrial plan and above — enforced server-side by the tool registry
Monthly quotadistinct tools per month: Trial 3 / Starter 5 / Growth 15 … unlimited on Enterprise
Usage journalats_tool_activity (per open)
Tenancyevery query filtered by organisation id at the query layer
Side effectsbackground threads — never on the request path

انٹرفیس بلیو پرنٹ

سطح کا ساختی اسکییمیٹک — پینلز، درجہ بندی، اور تعامل کی اجازتیں۔ ایک معاہدہ، اسکرین شاٹ نہیں۔
فلٹر بار
کمبو: اسٹیٹسکمبو: رینجتلاش
عمل
عمل
عمل
عمل
تصویر 1 — Interview Scheduler: ساختی انٹرفیس اسکیمیٹک۔ پینلز اور ریاستیں معاہدہ ہیں؛ دکھایا گیا ڈیٹا پلیس ہولڈر ہے۔

تعامل کا بہاؤ — ریاستیں، توثیق، فیڈ بیک

ذیل کی ہر حالت کو سرور سائیڈ پر نافذ کیا جاتا ہے۔ انٹرفیس اس کی اطلاع دیتا ہے، یہ اس کا فیصلہ نہیں کرتا۔
Open listregistry gate: plan + monthly quota
Filterserver-side filters; combos over native selects
Act on a rowrecords picked, never re-typed
Server writevalidated + journalled
Feedbacktoast confirms; the row reflects the stored state
Validation failure → the field and reason, inlineConcurrent change → the list re-reads the store; no phantom rowsPlan below minimum → lock page shows the exact tier ladder
شکل 2 — تعامل کا بہاؤ: نیوی = ریاستیں، سونا = سرور کے ذریعے نافذ دروازے، سبز = تصدیق شدہ نتائج؛ ٹیگز ایج کیسز اور ان کی رائے کی فہرست دیتے ہیں۔

اکثر پوچھے گئے سوالات

Do I need a paid plan to use Interview Scheduler?
No — it's included on every plan, including the free 14-day Trial, since scheduling is a baseline requirement of running any hiring process.
Is this connected to an external calendar, or standalone?
It's built directly into the candidate's pipeline record rather than as a separate calendar tool, so status always stays in sync with where the candidate sits in your process.
Can multiple interviewers be attached to one slot?
Yes — an interview slot records type, time, and interviewers, all tied to the specific application.
Does rescheduling break the link to the candidate's record?
No — reschedules stay attached to the same pipeline record, so history isn't lost.

ایک نظر میں

  • Included on every plan, including the free Trial
  • Interviews stay linked to the candidate's actual pipeline record
  • One system for scheduling, not a disconnected calendar tool
  • Tracks interview type, time, and interviewers together
  • Status always visible on the candidate's pipeline card
  • No upgrade required — full access at every tier

اپنی خود کی ہائرنگ پر interview scheduler دیکھیں۔

30 منٹ کے ڈیمو کے لیے نوکری کی اصل تفصیل لائیں — مفت آزمائش شامل ہے۔

ڈیمو بک کریں
Expertini ذہین
ابھی آن لائن ہیں
ہیلو! میں Expertini کا ذہین پروڈکٹ ماہر ہوں۔ ہمارے حل کے بارے میں مجھ سے کچھ بھی پوچھیں، ہمارے کسی بھی ہائرنگ ٹولز پر رہنمائی حاصل کریں، یا صرف مجھے بتائیں کہ آپ کیا کرنے کی کوشش کر رہے ہیں — میں آپ کو صحیح سمت کی رہنمائی کروں گا۔ اکاؤنٹ سے متعلق مخصوص مسائل کے لیے، support@expertini.com پر ای میل کریں۔