emailResults
Email the optimized route results with navigation links to a specified email address. Authenticate with either (otpCode + otpEmail) or mroApiKey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| otpCode | No | 6-digit one-time code (required if mroApiKey is not provided) | |
| toEmail | Yes | Recipient email address | |
| jobToken | Yes | Job token from completed optimization | |
| otpEmail | No | Email address (required if mroApiKey is not provided) | |
| mroApiKey | No | MyRouteOnline API key (alternative to otpCode + otpEmail, obtained from MyRouteOnline support) |