Back to Templates
marketing600 × 200px

Email Header Banner

Clean, professional email header for newsletters and transactional emails. 600px wide standard.

#email #newsletter #header #marketing
View API Docs
Created with Fabric.js 6.9.0 YourBrand Your monthly product updates

Parameters

NameTypeDescription
brandtextBrand or company name
taglinetextEmail subject or tagline
logoimageLogo image URL

API Usage

POST /api/v1/image
curl -X POST https://templateson.com/api/v1/image \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "template_id": "email-header-banner",
  "brand": "Your brand",
  "tagline": "Your tagline",
  "logo": "https://example.com/photo.jpg"
}'