v1
latestOpenAPI 3.0.32026-08-061874701.5 MBreports
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
Example request
{
"sendTo": [
{
"email": "john.doe@smartsheet.com"
}
]
}Response
Result Object
Example response
{
"message": "SUCCESS"
}