email_quote
Email a saved rate quote to a customer. Stores the quote under a token and includes a resume link in the email — when the customer clicks it, they're dropped into the booking flow with their vehicle, dates, and insurance selections already filled in. Rate-limited to 3 emails per day per address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_to | Yes | Customer email address to send the quote to. | |
| end_city | No | 2-letter return location code. Defaults to start_city. | |
| end_date | Yes | Rental end date (YYYY-MM-DD) | |
| end_time | No | Return time, 24hr format without colon. Default '1000'. | |
| rate_code | Yes | Vehicle type/rate code (e.g., 'Ford Transit', 'Sprinter') | |
| start_city | Yes | 2-letter pickup location code | |
| start_date | Yes | Rental start date (YYYY-MM-DD) | |
| start_time | No | Pickup time, 24hr format without colon (e.g., '1000'). Default '1000'. | |
| include_cdw | No | Pre-select Damage Waiver (CDW) on the resumed booking page. Default false — shown as optional add-on. | |
| include_pai | No | Pre-select Personal Accident Insurance (PAI). Default false. | |
| include_rlp | No | Pre-select Primary Liability (RLP). Default false. | |
| include_sli | No | Pre-select Supplemental Liability (SLI). Default false. | |
| discount_code | No | Promotional or discount code | |
| include_cdw_plus | No | Quote Damage Waiver Plus, the upgrade that lowers the customer's damage responsibility from the standard deductible to the Plus deductible for a per-day upcharge. Only honored when include_cdw is also true and Plus is currently offered; otherwise the quote falls back to the standard waiver. Call explain_coverage for the current deductibles and price. Default false. |