ATS form guides #
When a job’s apply URL points to an ATS (Greenhouse, Lever, Ashby, Workday, etc.), Raven generates a form application guide instead of an email.
Application types #
| Type | Detected when | Raven output |
|---|---|---|
email | Direct email outreach possible | Subject + body |
form | Apply URL on known ATS domain | Step-by-step form_steps |
Form rows are not sent via raven send. Open the markdown review or CSV form_steps column and follow the guide in your browser.
Supported ATS platforms #
Guides include platform-specific instructions for:
- Greenhouse (
boards.greenhouse.io,job-boards.greenhouse.io) - Lever (
jobs.lever.co) - Ashby (
jobs.ashbyhq.com) - Workday (
*.myworkdayjobs.com) - Workable, Rippling, SmartRecruiters, and others
What’s in a form guide #
Each guide typically includes:
- Apply URL — direct link to the posting
- Your links — portfolio, GitHub, LinkedIn from
profile.yml - Tailored bullets — paste into free-text fields
- Suggested answers — common fields (cover letter snippet, “Why this company?”)
- Disclaimer — reminder to review before submitting
CSV column #
The form_steps column contains the full multi-line guide. In the markdown review file, each form job shows the guide in a readable block.
Workflow #
raven discover --q "backend engineer" --since 7
raven draft --max 10
open drafts/outreach-*.md
For each application_type: form entry:
- Open the apply URL
- Copy links from the guide into profile/website fields
- Paste tailored bullets into experience or motivation fields
- Upload resume from
files/resume.mdor PDF export - Review every field before submitting
Email guess mode #
Some board listings lack contact email but have a company domain apply URL:
raven draft --guess-email
Suggests careers@company.com when the apply URL is on a company domain. Verify addresses before sending — guesses are not verified.