Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: Drupal 10.6.17 Update released for Drupal core (10.6.17)! Release: Drupal 11.3.17 Update released for Drupal core (11.3.17)! Release: Drupal 11.4.7 Update released for Drupal core (11.4.7)! Release: Configuration Inspector 2.1.12 Minor update available for module config_inspector (2.1.12). Release: AI (Artificial Intelligence) 1.5.0-rc4 New release candidate for module ai (1.5.0-rc4). Release: Editor Advanced Image 3.1.5 Minor update available for module editor_advanced_image (3.1.5). Release: Seeds Administration 2.0.10 Minor update available for module seeds_administration (2.0.10). Release: Admin Theming Tools 1.0.2 Minor update available for module theming_tools (1.0.2). Usage Milestone: Schemata Module schemata crossed 1,000 active installs. Module Revived: Pagedesigner Effects 4.1.1 Module pagedesigner_effects updated after 10 months of inactivity (4.1.1).

This Drupal module suite helps job seekers manage their job-related emails by importing them from Gmail. It uses AI to analyze and summarize emails, displaying them in an interactive dashboard for easy viewing and management.

# Job Tracker

Useful for job seekers that get too many emails. A Drupal module suite that imports job-related emails from Gmail and displays them in an interactive dashboard, using Claude AI to analyze and summarize emails.

## Modules Included
- **Gmail Importer** - Connects to Gmail via OAuth, analyses emails with Claude AI
and saves job-related emails as Drupal nodes
- **Job Dashboard** - Interactive React-based dashboard for viewing and managing
imported job emails

## Requirements
- Drupal 10 or 11
- Gmail OAuth credentials (Google Cloud Console - Web Application type)
- Anthropic API key with purchased credits

## Anthropic API Credits
This module uses the Anthropic Claude API to analyse emails. You will need to:
1. Create an account at https://console.anthropic.com
2. Add a payment method and purchase credits
3. Even a small amount ($5-10) will process hundreds of emails
4. The module uses `claude-haiku-4-5` which is the most cost-effective model
5. Without credits the email analysis will fail silently and fall back to keyword matching

## Gmail OAuth Setup
1. Go to https://console.cloud.google.com
2. Create a new project
3. Enable the Gmail API
4. Create OAuth credentials - choose **Web Application** type (not Desktop)
5. Add your site URL as an Authorised redirect URI:
`https://yoursite.com/admin/config/services/gmail-importer/oauth`

## Private File System
Requires private file system configured in settings.php:
```php
$settings['file_private_path'] = '/path/to/private/files';
```

## Installation
1. Copy the `job_dashboard` and gmail_importer folders to your `web/modules/custom/` directory
2. Enable both modules:
`drush en gmail_importer job_dashboard`
3. Configure Gmail Importer at: /admin/config/services/gmail-importer
4. Add your OAuth Client ID and Secret
5. Add your Anthropic API key
6. Click Save & Authorize Gmail
7. Run the import — a link will appear on your front page automatically

## Content Types
Automatically installs the `email_record` content type with fields:
- Subject, Sender, Date, Body
- AI Summary (generated by Claude)
- Immediate Action flag
- Gmail ID (for duplicate detection)
- Read/Unread status
- Job Status

## Rate Limiting
The module processes emails in batches using Drupal's Batch API to avoid
hitting Anthropic API rate limits. If you experience rate limit errors,
check your Anthropic plan tier at console.anthropic.com.

## Notes
- Only emails identified as job-related are saved as nodes
- Duplicate emails are automatically skipped using Gmail message IDs
- The module falls back to keyword matching if the Claude API is unavailable
- A link to the dashboard and import button appears automatically on the front page

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Mar 2026
Latest release
6 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Slowing

Releases

Version Type Core Release date
1.0.x-dev Dev Mar 17, 2026