ogmake

← All templates

Newsletter

Issue number chip on a peach block, newsletter name, date and issue title.

This template renders your account logo (Dashboard → Brand logo) in its brand-mark slot.

Newsletter template preview

Try it

POST /v1/images, Bearer-authenticated, with this template id and params — see the quickstart for how to get a key, and for a signed-URL example that links straight to a cacheable, cache-forever image URL without a server round trip.

curl https://ogmake.com/v1/images \
  -H "Authorization: Bearer og_live_..." \
  -H "Content-Type: application/json" \
  -d '{
  "template": "newsletter",
  "params": {
    "newsletter": "The ogmake Digest",
    "issueNumber": "17",
    "date": "Sep 19, 2026",
    "title": "Eight new templates and a faster free tier"
  }
}'

More templates.