/bff/newsletter/job-update-content
Updates the subject and body of the post backing a newsletter job. The runner reloads the post each cron tick, so the new content reaches every contact not yet delivered.
NewsletterpostBffNewsletterJob-update-content
Parameters
3 body
Body · 3
idstringRequiredNewsletter job ID.
subjectstringRequiredNew email subject. Stored normalised (single-line, max 300 chars).
contentstringRequiredNew email body. Stored verbatim as HTML.
Request
POST /bff/newsletter/job-update-content
curl -X POST "https://api.bizkithub.com/bff/newsletter/job-update-content" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": "example_id",
"subject": "example_subject",
"content": "example_content"
}'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.