v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
reports

Send report via email

Sends the report as a PDF attachment via email to the designated recipients

post/reports/{reportId}/emails

Headers

Content-Typestring

Required for POST and PUT requests. Defines the structure for the request body.

Request body

ccMeboolean

Indicates whether to send a copy of the email to the sender.

messagestring

The message of the email.

subjectstring

The subject of the email.

Example request

{
  "sendTo": [
    {
      "email": "john.doe@smartsheet.com"
    }
  ]
}

Response

Result Object

message'PARTIAL_SUCCESS' | 'SUCCESS'

Message that indicates the outcome of the request. (One of SUCCESS or PARTIAL_SUCCESS.)

resultCode0 | 3
  • '0' Success
  • '3' Partial Success of Bulk Operation

Example response

{
  "message": "SUCCESS"
}