# SendGridSendEmailRequest

Model ID: `SendGridSendEmailRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `api_key` | `string` | No |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `categories` | `array` | No |  |  |  | Yes |  |
| `dynamic_template_data` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `from_email` | `string` | Yes |  |  |  | No |  |
| `from_name` | `string` | No |  |  |  | No |  |
| `html_content` | `string` | No |  |  |  | No |  |
| `mode` | `string` | No |  | sandbox, live | `"sandbox"` | No | Which vendor environment the call is routed to. Defaults to sandbox, so an omitted mode never reaches a production vendor account. |
| `reply_to` | `string` | No |  |  |  | Yes |  |
| `subject` | `string` | Yes |  |  |  | No |  |
| `template_id` | `string` | No |  |  |  | Yes |  |
| `text_content` | `string` | No |  |  |  | Yes |  |
| `to` | [`connectors.JsonValue`](./connectors.JsonValue.md) | Yes |  |  |  | No |  |

## Example

None declared in canonical OpenAPI.
