Skip to main content

outreach_thank_you

Status: Shipped.

What it does

Drafts a post-interview thank-you message.

Why it exists

Same feature family as outreach_cold and outreach_follow_up.

How to use it

Web UI: "Generate Message" → Thank-you. MCP: generate-application-message (scope applications:write) with type: 'thank-you'.

What it reads

Your name, role, and company only.

What it will not do

Unlike its siblings, it does not read any of the job descriptionOUTREACH_JD_CHARS['thank-you'] is 0 by design, since the job description is no longer the point after an interview. This is deliberate, not a bug.

Source

apps/api/src/ai/skill-tools.ts:333 · apps/api/src/routes/applications.ts:887 (POST /applications/{id}/message) · packages/mcp-tool-server/src/core/tools/applications.ts:144-153 (generate-application-message)