send_lead_draft
Send an approved outreach draft to its lead via the company's Resend connection, then mark the draft 'sent'. This is the manual human-in-the-loop send: it delivers exactly one lead_drafts row (by id) to the lead's email and records sent_at + resend_message_id. Honors the do_not_contact suppression list (the send is refused if the lead is suppressed). Use after an operator approves a draft in the Leads tab.
Routing: Operator approved an outreach draft and wants to send it → use this
[outbound-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft_id | Yes | UUID of the lead_drafts row to send. | |
| reply_to | No | Optional Reply-To address for the outbound email. | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. |