DocsAPI ReferenceEmailer/bff/emailer/layout-edit
postEmailerAdmin BFF

/bff/emailer/layout-edit

Saves updated footer and template HTML for the organisation email layout.

EmailerpostBffEmailerLayout-edit

Parameters

2 body

2 total
Body · 2
footerstring

Footer HTML content for emails.

templatestring

Base HTML template wrapping all emails.

Request

POST /bff/emailer/layout-edit

post
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.

Get API Key