---
title: "Send rows via email"
method: POST
path: "/sheets/{sheetId}/rows/emails"
tags: ["rows"]
---

# Send rows via email

`POST /sheets/{sheetId}/rows/emails`

Sends one or more rows via email.

## Headers

- `Content-Type` string

## Request body

- MultiRowEmail
  - `ccMe` boolean — Indicates whether to send a copy of the email to the sender.
  - `message` string — The message of the email.
  - `sendTo` Recipient[] — Array of recipients.
    - union — Specifies the recipient of an email. The recipient may be either an individual or a group. To specify an individual, set the email attribute; to specify a group, set the groupId attribute. Either email and groupId may be set, but not both.
      - RecipientIndividual — Specifies the recipient of an [Email](/api/smartsheet/openapi/schemas/email). The recipient may be either an individual or a group. To specify an individual, set the `email` attribute; to specify a group, set the `groupId` attribute. Either `email` and `groupId` may be set, but not both.
        - `email` string, email — The email address of an individual recipient.
      - RecipientGroup — Specifies the recipient of an [Email](/api/smartsheet/openapi/schemas/email). The recipient may be either an individual or a group. To specify an individual, set the `email` attribute; to specify a group, set the `groupId` attribute. Either **email** and `groupId` may be set, but not both.
        - `groupId` number — The ID of a group recipient.
  - `subject` string — The subject of the email.

## Response `200`

SUCCESS

- GenericResult
  - `message` 'PARTIAL_SUCCESS' | 'SUCCESS' — Message that indicates the outcome of the request. (One of `SUCCESS` or `PARTIAL_SUCCESS`.)
  - `resultCode` 0 | 3 — * '0' Success * '3' Partial Success of Bulk Operation

---

[API](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/smartsheet-openapi-reference/versions/b4afda95fb51/schema)
