/bff/emailer/layout-edit
Saves updated footer and template HTML for the organisation email layout.
EmailerpostBffEmailerLayout-edit
Parameters
2 body
Body · 2
footerstringFooter HTML content for emails.
templatestringBase HTML template wrapping all emails.
Request
POST /bff/emailer/layout-edit
curl -X POST "https://api.bizkithub.com/bff/emailer/layout-edit" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"footer": "example_footer",
"template": "example_template"
}'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.