hires_send_candidate_message
Schedule candidate emails for a specific time or send immediately, with CC/BCC and reply threading options. If no time is set, the message is automatically scheduled 15 minutes ahead.
Instructions
Schedule an email message to a candidate. If scheduled_at is omitted, the message is scheduled for 15 minutes after creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Carbon-copy recipient email addresses. | |
| id | Yes | Candidate ID (integer) or alias (string). | |
| to | Yes | Primary recipient email addresses. | |
| bcc | No | Blind carbon-copy recipient email addresses. | |
| body | Yes | Email body as HTML. | |
| subject | Yes | Email subject line. | |
| scheduled_at | No | Unix timestamp (seconds) for when to send. Defaults to 15 minutes after creation. | |
| application_id | No | Optional application ID to link this message to. | |
| from_account_id | No | Sending mail account ID. If omitted, uses the API key owner's default mail account. | |
| reply_to_email_id | No | Optional mailbox message ID to reply to. | |
| send_in_new_thread | No | Send as a new email thread instead of replying in an existing one. |