Customer care

Thank-you card

Send a warm thank-you with a personal message and who it's from.

File types
PNGJPEGWebP
Size
1080 × 1080 px
Use case
Customer care
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Manrope and Space Grotesk fonts, original graphic marks, and fictional sample names.
A square thank-you card on a dark purple field with a lime green circular stamp reading With thanks, a lime L-shaped edge along the bottom and right, the white headline Thank you for joining us, and a grey message panel.
thank-you-card/template.html

About this design

What you can make with it.

Shops and studios send this after a purchase, visit, or workshop. It carries a short headline, the main thank-you message, the name of who it's for, a signature, and one friendly next line. Replace the message, name, and signature for every note you send.

Your details

What you can change.

These are the words and numbers you swap for your own. The design stays the same.

  1. BrandA short text.
  2. EyebrowA short text.
  3. HeadlineA short text.
  4. MessageA longer text with more than one line.
  5. RecipientA short text.
  6. SignatureA short text.
  7. Next lineA short text.
  8. FooterA short text.
Sample data
{
  "brand": "Marlow Kitchen",
  "eyebrow": "A note from the kitchen",
  "headline": "Thank you for joining us",
  "message": "Your visit and kind words help this small team keep cooking food we love to share.",
  "recipient": "For Maya Singh",
  "signature": "Asha & team",
  "next_line": "We hope to see you again soon. Bring a friend.",
  "footer": "Marlow Kitchen, 14 Bridge Street, Bristol. Open Tuesday to Sunday."
}

For developers

Make this file from your code or your AI tools.

Save your copy once, then send the new details with each request. Each finished file costs 1 credit.

API request
curl https://thirds.ai/v1/image \
  -H "Authorization: Bearer $THIRDS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: thank-you-card-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"brand":"Marlow Kitchen","eyebrow":"A note from the kitchen","headline":"Thank you for joining us","message":"Your visit and kind words help this small team keep cooking food we love to share.","recipient":"For Maya Singh","signature":"Asha & team","next_line":"We hope to see you again soon. Bring a friend.","footer":"Marlow Kitchen, 14 Bridge Street, Bristol. Open Tuesday to Sunday."},"image":{"format":"png","width":1080,"height":1080}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "thank-you-card-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "brand": "Marlow Kitchen",
          "eyebrow": "A note from the kitchen",
          "headline": "Thank you for joining us",
          "message": "Your visit and kind words help this small team keep cooking food we love to share.",
          "recipient": "For Maya Singh",
          "signature": "Asha & team",
          "next_line": "We hope to see you again soon. Bring a friend.",
          "footer": "Marlow Kitchen, 14 Bridge Street, Bristol. Open Tuesday to Sunday."
        },
        "image": {
          "width": 1080,
          "height": 1080
        }
      }
    }
  }
}

Make this design yours.

Open it in the editor, change anything you like, and keep it with your own templates. Your first 50 credits each month are free.