-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbatch_example.yaml
More file actions
80 lines (73 loc) · 3.33 KB
/
batch_example.yaml
File metadata and controls
80 lines (73 loc) · 3.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Job Command Center — Example Batch Config
# This file is used for bulk-importing jobs into the tracker.
# It can also be used to drive batch submissions from the CLI
# (useful for initial migration from the old workflow).
profile:
first_name: Saagar
last_name: Patel
email: 'REPLACE_WITH_EMAIL'
phone: 'REPLACE_WITH_PHONE'
linkedin_url: 'https://linkedin.com/in/REPLACE'
location: 'San Francisco, CA'
authorized_to_work: true
requires_sponsorship: false
base_resume_path: '~/job-search-2026/base/Saagar_Patel_Resume.pdf'
jobs:
# --- Tier 1: Tailored Package via ATS API ---
- company: Ramp
role: IT Site Lead
ats: ashby
tier: tier1
apply_url: 'https://jobs.ashbyhq.com/ramp/9a60f41c-1df7-4330-bd0c-ba1481a13bbb/application'
job_posting_id: '9a60f41c-1df7-4330-bd0c-ba1481a13bbb'
resume_path: '~/job-search-2026/Ramp - IT Site Lead/Saagar_Patel_Resume_Ramp.pdf'
cover_letter_path: '~/job-search-2026/Ramp - IT Site Lead/Saagar_Patel_Cover_Letter_Ramp.pdf'
source: 'Company careers page'
custom_fields:
it_incident_response: 'During a CEO all-hands meeting, our AV system failed...'
offboarding_checklist: 'Access: Okta deactivation, Drive transfer...'
- company: Whatnot
role: Head of IT
ats: ashby
tier: tier1
apply_url: 'https://jobs.ashbyhq.com/whatnot/3d7eb1de-fc4b-44e6-ad18-a49c0dfc9aeb/application'
job_posting_id: '3d7eb1de-fc4b-44e6-ad18-a49c0dfc9aeb'
resume_path: '~/job-search-2026/Whatnot - Head of IT/Saagar_Patel_Resume_Whatnot.pdf'
cover_letter_path: '~/job-search-2026/Whatnot - Head of IT/Saagar_Patel_Cover_Letter_Whatnot.pdf'
source: 'LinkedIn'
- company: Superhuman
role: IT Operations Engineer
ats: greenhouse
tier: tier1
apply_url: 'https://job-boards.greenhouse.io/grammarly/jobs/7391476'
board_token: 'grammarly'
resume_path: '~/job-search-2026/Superhuman - IT Operations Engineer/Saagar_Patel_Resume_Superhuman_Ops.pdf'
cover_letter_path: '~/job-search-2026/Superhuman - IT Operations Engineer/Saagar_Patel_Cover_Letter_Superhuman_Ops.pdf'
source: 'Company careers page'
# --- Tier 1: Tailored Package via Playwright ---
- company: Retool
role: Head of IT
ats: gem
tier: tier1
apply_url: 'https://jobs.gem.com/retool/am9icG9zdDoL3VSk4pxsUhNrnFxx6QUe'
resume_path: '~/job-search-2026/Retool - Head of IT/Saagar_Patel_Resume_Retool.pdf'
cover_letter_path: '~/job-search-2026/Retool - Head of IT/Saagar_Patel_Cover_Letter_Retool.pdf'
source: 'Retool Careers Page'
- company: Sutter Health
role: AI Engineer
ats: workday
tier: tier1
apply_url: 'https://jobs.sutterhealth.org/us/en/job/R-119982/AI-Engineer'
resume_path: '~/job-search-2026/Sutter Health - AI Engineer/Saagar_Patel_Resume_Sutter_Health.pdf'
cover_letter_path: '~/job-search-2026/Sutter Health - AI Engineer/Saagar_Patel_Cover_Letter_Sutter_Health.pdf'
source: 'Company careers page'
# --- Tier 2: Easy Apply with base resume ---
# These use LinkedIn/Indeed Easy Apply — no tailored cover letter
# Add listings here as you find them during browsing
# - company: Example Corp
# role: IT Manager
# ats: linkedin
# tier: tier2
# apply_url: "https://www.linkedin.com/jobs/view/1234567890"
# source: "LinkedIn"
# # resume_path and cover_letter_path omitted — uses base resume from profile