tascan_send_task_email
Send a branded TaScan task notification email via SendGrid. Can notify anyone about a specific task list or task. Includes QR code, task summary, and "Open in TaScan" button.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | Task list (event) ID | |
| message | No | Optional custom message to include in the email body | |
| subject | No | Custom email subject (defaults to auto-generated) | |
| task_id | No | Optional specific task ID to highlight | |
| to_name | No | Recipient display name | |
| to_email | Yes | Recipient email address | |
| include_qr | No | Include QR code for the task list in the email (default: true) |