PDF templates / Human resources

Offer Letter Template

A correspondence letter: date, salutation, fact rail for role / start / salary / place. Amber only under the start date.

Human resourcesLetteroffer-letterofferhrsalary

Clone this layout in the dashboard to get an account-owned draft you can edit and publish. After publish, send your slug or UUID as templateId with JSON templateData.

Sample templateData

JSON
{
  "company": "Northline Atelier",
  "issuedOn": "2026-08-21",
  "candidate": "Elise Maren",
  "role": "Senior Environmental Designer",
  "startOn": "2026-10-01",
  "salary": 128000,
  "currency": "USD",
  "location": "New York, NY",
  "closing": "Please sign and return by Sep 1, 2026. We are excited to have you join the team."
}

Clone from the gallery

POST /v1/templates
curl https://api.relaypdf.com/v1/templates \
  -H "Authorization: Bearer pdf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Offer Letter Template",
    "galleryId": "offer-letter"
  }'