Parameters
JSON body
Request body
application/jsonfooterstringOptionalFooter HTML content for emails.
templatestringOptionalBase HTML template wrapping all emails.
Saves updated footer and template HTML for the organisation email layout.
JSON body
footerstringOptionalFooter HTML content for emails.
templatestringOptionalBase HTML template wrapping all emails.
1 status code documented
This response returns no JSON body.
{
"success": true
}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"
}'All BizKitHub public API endpoints require authentication via API key.