/bff/emailer/template-edit
Updates the subject, content, and locale of an existing email template.
EmailerpostBffEmailerTemplate-edit
Parameters
4 body
Body · 4
templateCodestringRequiredTemplate code identifier to update.
subjectstringRequiredUpdated email subject line.
templatestringRequiredUpdated HTML template content.
localestringRequiredCommunication locale code used to filter content.
Supported locales: cs, en, fr, it, pl, de, sk, sv, es, zh, ja, uk, da.
Length: 2–2
Request
POST /bff/emailer/template-edit
curl -X POST "https://api.bizkithub.com/bff/emailer/template-edit" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"templateCode": "order-confirmed-v1",
"subject": "example_subject",
"template": "example_template",
"locale": "cs"
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.