v1
latestOpenAPI 3.0.32026-08-061874701.5 MBsheets
Send sheet via email
Sends the sheet as a PDF attachment via email to the designated recipients.
post/sheets/{sheetId}/emails
Request body
Example request
{
"sendTo": [
{
"email": "john.doe@smartsheet.com"
}
]
}Response
SUCCESS
Example response
{
"message": "SUCCESS"
}