Save Outreach Draft
save_outreach_draftSaves a draft outreach email for a contact so it can be reviewed and revised before sending.
Instructions
Store an outreach email you have written for a contact.
Nothing is sent here. Show the draft to the user, revise it with them, then call send_email with confirm=True once they approve.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Plain-text body. | |
| subject | Yes | Subject line. | |
| to_email | No | Recipient, if the contact has no email on file. | |
| contact_id | Yes | Contact id from find_warm_paths. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||