BizKitHub
DocsAPI ReferenceNewsletter/bff/newsletter/job-preview
getNewsletterAdmin BFF

/bff/newsletter/job-preview

Returns the subject and HTML body that recipients will receive for the given newsletter job. The body includes a representative unsubscribe footer but omits the per-recipient tracking pixel. The admin UI wraps the response in the organisation's emailer layout (logo + footer template).

NewslettergetBffNewsletterJob-preview

Parameters

1 query

Query parameters

· 1
idstringRequired

Newsletter job ID.

Exampleexample_id

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/newsletter/job-preview

get
curl -X GET "https://api.bizkithub.com/bff/newsletter/job-preview?id=example_id" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key