contract_sent_email
Drafts a short email to accompany a contract for client signature, explaining what they are signing, where to sign, and the deadline.
Instructions
Write the short covering email sent when sharing a contract or agreement for a client to sign. Tells the client what they're signing, where to find it, when you need it back, and what happens next. Distinct from contract_template (the contract document itself) — this is the email that wraps around it. Does not count against your monthly draft limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_name | Yes | First name or full name of the client | |
| project_name | Yes | Name of the project the contract covers | |
| signing_deadline | No | Optional: date by which you need the signed contract back (e.g. 'Friday', 'June 20'). If omitted, closes with a general 'let me know if you have any questions' sign-off. | |
| signing_link | No | Optional: URL where the client can sign (e.g. a DocuSign or HelloSign link). If provided, used as the primary CTA. If not, assumes contract is attached. | |
| contract_summary | No | Optional: one-sentence description of what the contract covers (e.g. 'this covers the scope, payment schedule, and IP terms we discussed'). Helps the client know what to expect before opening. | |
| start_date | No | Optional: when work begins once the contract is signed. Signals momentum without pressure. | |
| your_name | No | Optional: your name for the sign-off |