Message content
Last updated
Last updated
This flow allows you to create your own message in Postman using an editor and can be used by both admin portal and API users.
You can create multiple {{variables}}
when typing out your message content. You can then input the values of each {{variable}}
when you send the message from the admin portal or via API.
Variables have to fulfil the following in order to be successfully created
Can only contain lowercase letters, numbers and _
Must start with a lowercase letter
If multiple languages are selected, the same variables must be present in all language
tabs.
Characters are within the GSM-7 character set. See section below on unsupported characters for more info.
It is recommended to NOT paste message content into Postman from another editor/MS word/Outlook etc., as this may convert characters into unsupported (non-GSM-7) characters. Please type the message content directly into Postman.
identify unsupported characters within your message content
identify non GSM characters within your message content
check the number of message segments
unsupported characters changes the message encoding and therefore, significantly increases the number of message segments per SMS.
besides cost, long messages with multiple segments will jam the send queue, affecting even the campaigns of other agencies besides your own.
Reliability of sending messages cannot be guaranteed beyond 7 message segments per SMS, a limitation imposed by telcos. Hence, we advise you to keep your messages below 7 segments.
Blocking unsupported characters at the UI and API layers [English language only]
Message content containing unsupported characters will be blocked from sending.
On the UI:
Campaign templates that contain unsupported characters cannot be created on the UI/Postman admin portal. This blocking has been implemented since June 2024.
On the API:
If your message content is created only at the API layer, we will implement blocking on the Postman production environment from 5 May 2025. This blocking will be available on the Postman test environment from 17 February 2025.
Error message if your message contains unsupported characters at the API layer:
Note that the content within your variables should not start nor end with a space, as this will trigger an error where your message will not be created (400 Bad Request).
eg. "Please report to Clinic A ."
In this example, contents in the variable are coloured, and the trailing spaces at the start/end of the variable content are highlighted in blue. The additional spaces will trigger an error where your message will not be created in Postman.
|
vertical line and variants
I (uppercase i)
β¬
euro
EUR
{
left curly bracket and variants
(
}
right curly bracket and variants
)
[
left square bracket
(
]
right square bracket
)
~
tilde and variants
-
\
backslash and variants
'
`
backtick (note that this is not an apostrophe '
. You can find it to the left of the "1" on your keyboard) and variants
"
β
acute accent and variants
'
β
double prime quotation mark and variants
"
β
reversed double prime quotation mark and variants
"
Β¬
logical negation
-
Β«
left-pointing double angle quotation mark
"
Β»
right-pointing double angle quotation mark
"
β or β
heavy double/single turned comma quotation mark ornament
"
β or β
heavy double/single comma quotation mark ornament
"
Γ·
division sign
/
ΒΌ, Β½
vulgar fractions and variants
1/4, 1/2 etc.
β’
bullet point
-
β, β’, β£, β€, β₯, βΊ, β, β§ etc
asterisk and variants
*
You may make use of to
Messages containing avoidable unsupported characters will be blocked from sending. Please use the to check your message before sending.
Details have been sent to you via email on 7 February 2025, and also available on the policy guide .
Note that this unsupported character list below is not exhaustive. Please use the to check your message for unsupported characters.