Appointment Letter Generator
Issue a correctly structured appointment letter — designation, remuneration, probation, and joining instructions — the written record affiliation norms expect schools to give every staff member.
Subject: Appointment as ____________
Dear __________,
With reference to your application and subsequent interview, we are pleased to appoint you as ____________ at this institution, with effect from __________.
Please report to the undersigned on the date of joining along with your original certificates and testimonials for verification. Kindly sign and return the duplicate copy of this letter as a token of your acceptance of the above terms.
We welcome you to the institution and look forward to a rewarding association.
What a teacher's appointment letter must cover
A written record is a compliance requirement, not a courtesy
For affiliated schools, issuing written appointment letters is part of the rulebook: CBSE's Affiliation Bye-Laws require schools to give staff formal appointment letters recording their service terms, and most state recognition codes for private schools have equivalent provisions. The letter is also the primary evidence in any later dispute about designation, pay, or notice period — which is exactly why it should state each of those explicitly.
The essential elements: designation (with subject for teaching posts), joining date, remuneration, probation terms, and the mutual notice period. This format prompts for each and drops any sentence you leave blank.
Probation, acceptance, and document verification
A stated probation period (commonly 3–12 months for teachers) with confirmation "in writing" protects both sides — confirmation should be an explicit event, not an assumption. The acceptance sentence ("sign and return the duplicate copy") is what converts the letter from an offer into a recorded contract, so always print two copies.
The joining-day instruction to bring original certificates matters: qualification verification at joining (B.Ed/CTET/NET etc. as applicable to the post) is the institution's responsibility under affiliation norms.
Frequently asked questions
Is a school legally required to give teachers an appointment letter?
Affiliated schools effectively are: CBSE's Affiliation Bye-Laws require formal written appointment terms for staff, and state private-school recognition rules commonly require the same. Beyond compliance, the letter is the controlling record of designation, pay, probation, and notice period in any later dispute.
What should the probation clause say?
The length in months (3–12 months is typical for teaching posts) and that confirmation follows in writing based on performance. Avoid open-ended probation — several state education codes limit probation duration for recognised schools.
Should the salary be stated in the letter?
Yes — a consolidated monthly figure, or the pay-scale reference for schools following state/aided scales, with a note that statutory deductions apply. Leaving pay out of the appointment letter is the single largest source of later disputes.
What is the difference between an offer letter and an appointment letter?
In common school practice the appointment letter serves both roles: it offers the post on stated terms and becomes the appointment record once the candidate signs and returns the duplicate copy. Larger institutions sometimes issue a brief offer first and a detailed appointment order after acceptance — this format works for either stage.
What documents should be verified at joining?
Original academic and professional qualification certificates for the post (degree, B.Ed/D.El.Ed, CTET/state TET for school posts as applicable), previous experience and relieving letters, and identity proof. The letter's joining-day sentence instructs the candidate to bring originals for exactly this verification.
For developers & AI agents
The Appointment Letter Generator (Teaching Staff) is also available as a free, unauthenticated JSON API — no API key, no sign-up, CORS enabled for all origins. Send a GET request with the parameters below and receive the computed result as JSON, including the source of the format or formula used. Invalid input returns HTTP 400 with a JSON { "error": "..." } body.
GET https://knwdle.com/api/tools/appointment-letter-generator| Parameter | Required | Description |
|---|---|---|
institutionName | Yes | Name printed on the letterhead |
institutionAddress | No | Address line under the letterhead |
candidateName | Yes | Appointee's full name |
designation | Yes | Designation offered |
department | No | Department or subject (optional) |
joiningDate | Yes | Joining date (YYYY-MM-DD) |
salary | No | Monthly remuneration in rupees (optional) |
probationMonths | No | Probation period in months (optional) |
reportingTime | No | Reporting time on the joining day (optional) |
terms | No | Additional service terms, one per line (optional) |
refNo | No | Reference number shown top-left |
date | Yes | Issue date (YYYY-MM-DD) |
place | Yes | Place of issue |
signatory | No | Designation shown above the signature line |
Request:
GET https://knwdle.com/api/tools/appointment-letter-generator?institutionName=Knwdle+Public+School&candidateName=Deepak+Joshi&designation=PGT+Physics&department=Science+Department&joiningDate=2026-08-01&salary=55%2C000&probationMonths=6&reportingTime=9%3A00+AM&terms=One+month%27s+notice+on+either+side.+Working+hours+8%3A30+AM+%E2%80%93+3%3A30+PM.+Leave+as+per+school+service+rules.&date=2026-07-15&place=Dehradun&signatory=Principal
Response:
{
"tool": "appointment-letter-generator",
"name": "Appointment Letter Generator (Teaching Staff)",
"formatSource": "Standard teacher appointment-letter structure. CBSE's Affiliation Bye-Laws require affiliated schools to issue written appointment letters recording service terms to their staff; most state recognition rules have equivalent requirements.",
"document": {
"title": null,
"subject": "Appointment as PGT Physics",
"textLines": [
"To,",
"Deepak Joshi",
"",
"Subject: Appointment as PGT Physics",
"",
"Dear Deepak Joshi,",
"",
"With reference to your application and subsequent interview, we are pleased to appoint you as PGT Physics in the Science Department at this institution, with effect from 01/08/2026.",
"",
"Your consolidated monthly remuneration will be ₹55,000, subject to statutory deductions as applicable.",
"",
"You will be on probation for a period of 6 months from the date of joining, after which your appointment may be confirmed in writing based on your performance.",
"",
"One month's notice on either side. Working hours 8:30 AM – 3:30 PM. Leave as per school service rules.",
"",
"Please report to the undersigned on the date of joining at 9:00 AM along with your original certificates and testimonials for verification. Kindly sign and return the duplicate copy of this letter as a token of your acceptance of the above terms.",
"",
"We welcome you to the institution and look forward to a rewarding association."
],
"text": "To,\nDeepak Joshi\n\nSubject: Appointment as PGT Physics\n\nDear Deepak Joshi,\n\nWith reference to your application and subsequent interview, we are pleased to appoint you as PGT Physics in the Science Department at this institution, with effect from 01/08/2026.\n\nYour consolidated monthly remuneration will be ₹55,000, subject to statutory deductions as applicable.\n\nYou will be on probation for a period of 6 months from the date of joining, after which your appointment may be confirmed in writing based on your performance.\n\nOne month's notice on either side. Working hours 8:30 AM – 3:30 PM. Leave as per school service rules.\n\nPlease report to the undersigned on the date of joining at 9:00 AM along with your original certificates and testimonials for verification. Kindly sign and return the duplicate copy of this letter as a token of your acceptance of the above terms.\n\nWe welcome you to the institution and look forward to a rewarding association."
}
}