For the complete documentation index, see llms.txt. This page is also available as Markdown.

Preview Email Notification

Preview an email notification.

The Email channel handles transactional and campaign email β€” templates, footers, signatures, campaigns, and provider integrations.

Previews the email notification.

Preview an email notification

get
Path parameters
versionstring Β· nullableRequired

The CodeMash API version used to fetch data from the API. If not specified, the last version will be used. E.g.: v3

Query parameters
Hashstring Β· nullableRequired

The opaque, pre-signed preview hash identifying the project and notification to preview.

Header parameters
CultureCodestring Β· nullableOptional

Specify culture code when your response from the API should be localised. E.g.: en

TimeZoneIdstring Β· nullableOptional

TimeZone

CorrelationIdstring Β· nullableOptional

CorrelationId for each request

Responses
200

OK

application/json
subjectstring Β· nullableOptional
bodystring Β· nullableOptional
get/{version}/notifications/email/preview
200

OK

In the dashboard

Manage this visually in Norbix Cloud β€” see Notifications.

Use it from code

Every Norbix SDK exposes this endpoint as a method β€” see Preview Email Notification in the SDK reference, with examples in every language.

Last updated