---
title: "Configure reward letter settings"
description: "This page controls whether planners can distribute reward letters to employees and configures every aspect of the letter experience, from eligibility to template design. Changes take effect only after clicking Save in the top right."
canonical_url: "https://support.pave.com/articles/configure-reward-letter-settings-QpOlI5w0A4"
md_url: "https://support.pave.com/articles/configure-reward-letter-settings-QpOlI5w0A4.md"
---
# Configure reward letter settings

This page controls whether planners can distribute reward letters to employees and configures every aspect of the letter experience, from eligibility to template design. Changes take effect only after clicking **Save** in the top right.

An **Audit log** button (also top right) opens a drawer showing a full history of changes to these settings, including who made each change and when.


 ![image.png](https://support.pave.com/api/attachments.redirect?id=13a0fd7d-000d-4119-a7d1-81ba72cb60ff " =2792x1840")


---

**Enable reward letter sharing**

Allows planners to view and release reward letters for employees in their worksheet.

This toggle is only active when the cycle status is **Finalized**. If the cycle is not yet finalized, the toggle is disabled and shows the message: "Reward letter sharing is disabled for non-finalized cycles." This gate is intentional. Letters cannot go out before comp decisions are locked.

If reward letters are currently being generated and sent, the toggle is temporarily locked with the message: "Reward letters are currently being generated and sent. You cannot adjust this setting until the process is complete."


---

**Employee confirmation**

When enabled, employees are prompted to confirm receipt of their reward letter in the Total Rewards portal. Confirmation status then appears in the **Reward Letter column** of the worksheet, giving planners and admins visibility into who has acknowledged their letter without manual follow-up.

This toggle is not gated by cycle status and can be configured at any time.


---

**Workday writebacks**

Sends a copy of all employee reward letters to Workday via your Workday integration. This row only appears when two conditions are both true: your account has an active Workday integration, and the cycle status is **Finalized**.

The button reads **Set up** on first configuration or **Resend** if letters have been sent previously.

Before the button is active, write-enabled Workday credentials must be configured. If they are missing, the button is disabled and a tooltip directs you to: **Settings, Connections, Advanced Settings, Reward Letters** via your Workday integration.

After letters are sent, the row displays status inline:

* *Upload in progress...* while the upload is running
* *Your upload is taking longer than usual, please reach out to our support team for help.* if jobs remain unfinished after the listener completes
* A success message showing the number of letters sent and the timestamp
* An error message showing how many letters succeeded and how many failed, with a link to download a CSV error log


---

**Upload images**

*(Visible only to users with code editor access)*

Lets you upload images to use inside reward letter templates. Click **Upload image** to select a file. After a successful upload, a success toast appears with a **Copy image code** button that copies the image's embed snippet to your clipboard in the format:

```
<img src="{{ images.<filename> }}" />
```

Click **View images** to open a modal showing all uploaded images in a table, with columns for the image preview, date updated, and a copy button for each image's embed code.


---

**Reward letter eligibility**

Specifies which worksheet columns determine whether an employee is eligible to receive a reward letter. Only employees with a value in at least one of the selected columns will have a letter generated and made available for release.

Use the tag-input selector to add or remove columns. The list of available columns is drawn from the cycle's configured columns and includes all custom columns, the Promotion column group, and these standard columns: Salary Raise, Promotion Cash Raise, Variable Raise, Market Cash Raise, One-Time Bonus Cash, Equity Refresher Shares, Equity Performance Shares, Equity Promotion Shares, all OTE columns (Pay Mix, Raise, Market Cash Raise, Promotion Cash Raise, Salary Raise, Variable Raise), New Annual Bonus Cash, Annual Bonus Raise, New Annual Bonus Percent, Reward Letter Job Title, Is Promotion, New Job Code, New Job Title, New Job Family, and New Job Level.

Columns not in this list are not available for eligibility selection regardless of how your cycle is configured.


---

**Letter preview and template editor**

*(Visible only to users with code editor access)*

The **Letter preview** section renders a live preview of the current reward letter template at the bottom of the page. Click **Open editor** to open the full-screen Code Editor drawer.

Inside the Code Editor drawer:

* The left panel contains a title editor and a body editor where you write the template using Handlebars syntax
* The right panel renders a live preview. You can select any eligible employee to preview their specific letter.
* Image references must use the format `<img src="{{ images.<id> }}" />`. Using any other image src is flagged with a syntax error in the preview.
* Syntax errors in the template disable the Save button until corrected
* The Save button in the drawer footer is only active when there are unsaved changes and no syntax errors
* If you attempt to close the drawer with unsaved changes, a confirmation modal appears. Closing without saving discards your edits.
