> ## Documentation Index
> Fetch the complete documentation index at: https://kardow.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Job Expired Email

> Notification sent to employers when their job listing reaches its expiration date with performance analytics

**Type:** `job-expired`

Automatically sent when a job listing reaches its expiration date and is removed from active listings. Includes live performance analytics from your job board.

## What It Does

Notifies employers that their job posting is no longer visible to candidates and provides performance metrics to show the value received.

<Note>
  The email preview below shows placeholder text. In actual emails, "YourJobBoard" will be replaced with your organization name, and the sender email will be your configured email address.
</Note>

<Frame>
  **Subject:** Your job listing has expired - Performance Report

  **From:** [noreply@yourjobboard.com](mailto:noreply@yourjobboard.com)

  ***

  Hello,

  Your job listing for "Senior React Developer" at TechCorp Inc. has expired and is no longer visible to candidates.

  **Performance Summary:**

  * Created: January 15, 2025
  * Expired: February 15, 2025
  * Total Views: 2,847
  * Unique Visitors: 1,523
  * Applications: 47

  Thank you for using YourJobBoard to find your next team member. We hope you found qualified candidates through our platform.

  If you'd like to repost this position or have any questions, please contact our support team.
</Frame>

## Who Receives It

* **Employers only** - The business that posted the job
* Sent once when job expires
* Triggered automatically

## When It's Sent

* Automatically when job reaches expiration date
* Includes live analytics data + application count
* Only sent once per job

## Available Variables

| Variable           | Description                           |
| ------------------ | ------------------------------------- |
| `{jobTitle}`       | Job position title                    |
| `{companyName}`    | Employer's company name               |
| `{createdAt}`      | Job creation date                     |
| `{expiresAt}`      | Job expiration date                   |
| `{totalViews}`     | Total page views (or "Not Available") |
| `{uniqueVisitors}` | Unique visitors (or "Not Available")  |
| `{applications}`   | Number of applications received       |

## Key Details

* **Recipient Type:** Individual employer
* **Automated** - sent when job expires
* **Live analytics** - includes real-time performance data
* Only sent once per job

## Analytics Data

The email includes performance metrics:

* **Total Views** (`{totalViews}`) - How many times the job was viewed
* **Unique Visitors** (`{uniqueVisitors}`) - Distinct people who saw the job
* **Applications** (`{applications}`) - Number of applications received

<Info>
  If analytics are unavailable, shows "Not Available" instead of a number.
</Info>

## Customization Tips

**Effective expiration emails:**

<Checklist>
  <ChecklistItem>Show value with analytics (`{totalViews}`, `{uniqueVisitors}`)</ChecklistItem>
  <ChecklistItem>Highlight applications received (`{applications}`)</ChecklistItem>
  <ChecklistItem>Provide job performance summary</ChecklistItem>
  <ChecklistItem>Professional, data-driven tone</ChecklistItem>
</Checklist>

**Suggested content:**

* Thank employer for using the platform
* Show job performance metrics
* Explain what expiration means
* Provide contact support info

## Best Practices

<CardGroup cols={2}>
  <Card title="Do" icon="check">
    * Emphasize the value delivered (views, applications)
    * Use analytics to show ROI
    * Professional and data-focused
    * Include job dates (`{createdAt}`, `{expiresAt}`)
  </Card>

  <Card title="Don't" icon="xmark">
    * Make up placeholder data
    * Be negative about expiration
    * Ignore the analytics data
  </Card>
</CardGroup>

***

**Related:** [Job Activated Email](/docs/guides/emails/job-activated) • [Job Posted Confirmation](/docs/guides/emails/job-posted-confirmation)
