DocsAPI ReferenceNewsletter/bff/newsletter/job-update-content
postNewsletterAdmin BFF

/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

3 total
Body · 3
idstringRequired

Newsletter job ID.

subjectstringRequired

New email subject. Stored normalised (single-line, max 300 chars).

contentstringRequired

New email body. Stored verbatim as HTML.

Request

POST /bff/newsletter/job-update-content

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

Get API Key