Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Preview how different message configurations affect your text, character count, and message parts. Required Scopes:
  • sms:manage.
External DocumentationTo 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
Workflow LibraryPreview this Workflow on desktop