# Sends the review assignment email for an abstract review Sends the review assignment email for an abstract review Endpoint: POST /abstractReviews/{tenantId}/sendReviewAssignmentEmail Version: v1-2025-04-18 Security: knox-authorizer ## Path parameters: - `tenantId` (string, required) The tenant ## Request fields (application/json): - `review` (string, required) - `template` (object) - `template.bcc` (string) Anyone that should be bcc'ed on the email - `template.body` (string, required) The email body - `template.cc` (string) Anyone that should be cc'ed on the email - `template.from` (string) From email address - `template.from_name` (string) From name - `template.reply_to` (string) The reply to - `template.subject` (string, required) The email subject ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields