1
100Hires
/hires_send_candidate_message
hires send candidate message
Schedule an email message to a candidate. If scheduled_at is omitted, the message is scheduled for 15 minutes after creation.
liveunknown~5s typical
mcp100hires
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-100hires-100hires /hires_send_candidate_message for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Candidate ID (integer) or alias (string). |
| to* | array | Primary recipient email addresses. |
| subject* | string | Email subject line. |
| body* | string | Email body as HTML. |
| from_account_id | number | Sending mail account ID. If omitted, uses the API key owner's default mail account. |
| cc | array | Carbon-copy recipient email addresses. |
| bcc | array | Blind carbon-copy recipient email addresses. |
| scheduled_at | number | Unix timestamp (seconds) for when to send. Defaults to 15 minutes after creation. |
| application_id | number | Optional application ID to link this message to. |
| reply_to_email_id | number | Optional mailbox message ID to reply to. |
| send_in_new_thread | boolean | Send as a new email thread instead of replying in an existing one. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-100hires-100hires","endpoint":"/hires_send_candidate_message","input":{"id":"...","to":[],"subject":"...","body":"..."}}'cli
npx cracked-ai run -p mcp-com-100hires-100hires -e /hires_send_candidate_message -i '{"id":"...","to":[],"subject":"...","body":"..."}'mcp
run_tool({ provider: "mcp-com-100hires-100hires", endpoint: "/hires_send_candidate_message", input: {"id":"...","to":[],"subject":"...","body":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.