Preview how different message configurations affect your text, character count, and message parts.

Required Scopes:

  • sms:manage.

External Documentation

To learn more, visit the Infobip documentation.

Parameters

ParameterDescription
Language CodeLanguage code for the correct character set.
TextContent of the message being sent.
TransliterationThe transliteration of your sent message from one script to another. Transliteration is used to replace characters which are not recognized as part of your defaulted alphabet.

Example Output

{
	"originalText": "Let's see how many characters remain unused in this message.",
	"previews": [
		{
			"textPreview": "Let's see how many characters remain unused in this message.",
			"messageCount": 1,
			"charactersRemaining": 96,
			"configuration": {}
		}
	]
}

Workflow Library Example

Preview Sms Message with Infobip and Send Results Via Email

Preview this Workflow on desktop