App Logo
welcomekit.co

Send templated email to candidate

Send an email to an ATS candidate from a saved template, with the ATS's variable rendering and optional subject/body overrides. Returns emailId, to, subject. This sends a real email from the recruiter's account and logs it on the candidate's timeline.

Input

org required

Organization reference as it appears in your dashboard URL https://www.welcomekit.co/dashboard/o/<org>/ (6-char code).

candidateReference required

Candidate reference from list_candidates, format: <orgprefix>-<24 hex chars>

templateId optional

Template id from list_email_templates. Wins over templateName when both given.

bodyOverride optional

Replace the rendered body (HTML)

templateName optional

Template name from list_email_templates (case-insensitive exact match)

subjectOverride optional

Replace the rendered subject

Output

emailId required
candidateReference required
to optional

Candidate's email address

subject optional
createdAt optional
templateUsed optional

FAQ

Send an email to an ATS candidate from a saved template, with the ATS's variable rendering and optional subject/body overrides. Returns emailId, to, subject. This sends a real email from the recruiter's account and logs it on the candidate's timeline.
Required: org, candidateReference. Optional: templateId, bodyOverride, templateName, subjectOverride.
It returns to, emailId, subject, createdAt, templateUsed, candidateReference.
Yes. It acts as you on welcomekit.co: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the welcomekit.co cookies saved by the Reduck extension.
It makes changes on welcomekit.co, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/welcomekit.co/send_template_email, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/welcomekit.co/send_template_email
It is part of Reduck's official curated catalogue.

Start building not clicking