100Hires
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

FieldTypeDescription
id*stringCandidate ID (integer) or alias (string).
to*arrayPrimary recipient email addresses.
subject*stringEmail subject line.
body*stringEmail body as HTML.
from_account_idnumberSending mail account ID. If omitted, uses the API key owner's default mail account.
ccarrayCarbon-copy recipient email addresses.
bccarrayBlind carbon-copy recipient email addresses.
scheduled_atnumberUnix timestamp (seconds) for when to send. Defaults to 15 minutes after creation.
application_idnumberOptional application ID to link this message to.
reply_to_email_idnumberOptional mailbox message ID to reply to.
send_in_new_threadbooleanSend 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.