# Sends out a preview of the CRC notification email

Sends out a preview of the CRC notification email

Endpoint: POST /abstracts/{tenantId}/previewEmail
Version: v1-2025-04-18
Security: knox-authorizer

## Path parameters:

  - `tenantId` (string, required)
    The tenant

## Request fields (application/json):

  - `abstract_id` (string)

  - `destination_email_address` (string, required)

  - `email_template` (object)

  - `email_template.bcc` (string)
    Anyone that should be bcc'ed on the email

  - `email_template.body` (string, required)
    The email body

  - `email_template.cc` (string)
    Anyone that should be cc'ed on the email

  - `email_template.from` (string)
    From email address

  - `email_template.from_name` (string)
    From name

  - `email_template.reply_to` (string)
    The reply to

  - `email_template.subject` (string, required)
    The email subject

  - `registration_id` (string, required)

  - `review_id` (string)

  - `type` (string)


## Response 200 fields

## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 404 fields

## Response 429 fields

## Response 500 fields
