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

Preview Sms Notification

Returns SMS preview notification body.

The SMS channel delivers text messages β€” templates, campaigns, and provider integrations β€” for OTPs, alerts, and bulk sends.

Previews the sms notification.

Returns SMS preview notification body

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 Β· nullableOptional

Signed preview hash identifying the notification to render.

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
bodystring Β· nullableOptional
get/{version}/notifications/sms/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 Sms Notification in the SDK reference, with examples in every language.

Last updated