Tutorial - static message process
This section presents a solution to creating a new USSD String definition with a static message process. By creating such definition, a simple static message can be returned by calling a shortcode string from a feature phone. It can be used to present information to the user quickly and without much effort on the part of the developer.
Requirements
- User is logged in.
- User chose the application.
Steps to follow
Open
USSD STRINGS
tab, if it's not already opened.Click the
A new and empty shortcode string definition appears.CREATE NEW
button in USSD Strings.Click its body, to expand it.
Change
Selected process
toStatic Message
.Fill the
Message
field.Optionally add static shortcode segments.
Notice that currently this creates a validation error, since there are two processes with identical sets of shortcode segments. We will handle it in next steps.Optionally add dynamic shortcode segments.
Type the name of a dynamic shortcode segment and its regex. Example below represents string of numbers from 2 to 5 digits long. Confirm adding segment with the
Add
button.Dynamic short segments for message process can be edited by clicking their name.
After making changes, confirm them by clicking the
Save
button.Click the
SAVE CHANGES
button to apply the newly created shortcode string definition.Upon saving, the changes are available after a few seconds. In this case, when the end user calls a shortcode string
*425*003*489*d{2,8}#
(where d{2,8} means a string of 2 to 8 digits), a newly created static message process will execute. As a result, the user will be presented with just a simple message:This feature will be available from 01.10.2025
.