> ## 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 Activated Email

> Notification sent to employers when their job posting goes live and is visible to job seekers

**Type:** `job-activated`

<Info>
  When approving a job in the dashboard, you have the option to send this email or skip it. A dialog will appear requesting approval to send the notification email to the employer.
</Info>

Notifies employers when their job posting is approved and activated, making it visible to job seekers on your platform. Only sent if job required approval or activation.

## What It Does

Confirms the job is now live and actively receiving applications from candidates.

<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 posting is now live!

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

  ***

  Hello,

  Great news! Your job posting has been approved and is now live on YourJobBoard.

  **Job Details:**

  * Title: Senior React Developer
  * Company: TechCorp Inc.
  * Location: San Francisco, CA
  * Type: Full-time
  * Expires: February 15, 2025

  Your job is now visible to job seekers and actively accepting applications. You can track incoming applications from your dashboard.

  Thank you for choosing YourJobBoard!
</Frame>

## Who Receives It

* **Employers only** - The business that posted the job
* Sent once per job activation
* Only for jobs that required approval or manual activation

## When It's Sent

* When admin/moderator approves a job
* When job status changes from draft/pending to active
* Job becomes visible to job seekers

<Note>
  If jobs go live immediately without approval, this email may not be sent.
</Note>

## Available Variables

| Variable        | Description                           |
| --------------- | ------------------------------------- |
| `{jobTitle}`    | Job position title                    |
| `{companyName}` | Employer's company name               |
| `{location}`    | Job location                          |
| `{jobType}`     | Job type (full-time, part-time, etc.) |
| `{expiresAt}`   | Job expiration date                   |

## Key Details

* **Recipient Type:** Individual employer (`job_poster`)
* **Only for approval workflows** - if jobs go live immediately, this may not send
* Sent when job becomes visible to candidates

## Best Practices

**Good activation emails:**

<Checklist>
  <ChecklistItem>Celebrate the moment - job is live!</ChecklistItem>
  <ChecklistItem>Include job details (`{jobTitle}`, `{companyName}`, `{location}`)</ChecklistItem>
  <ChecklistItem>Show expiration date (`{expiresAt}`)</ChecklistItem>
  <ChecklistItem>Set expectations for next steps</ChecklistItem>
</Checklist>

**Include:**

* How long the job will stay active
* Job type and location information
* Contact support if needed

***

**Related:** [Job Posted Confirmation](/docs/guides/emails/job-posted-confirmation) • [Application Received Email](/docs/guides/emails/job-application-received)
