Skip to main content
Omnitracs Knowledge Base

Send Text Message (Non-Queued) API

This ILE API wraps the Send Text Message Web Service. See its documentation for a further explanation of the input and output parameters as well as the possible error conditions.

(warning) Note that this version does NOT use the forward message queueing approach that is recommended by Omnitracs. This version calls the web service immediately.

API Name:  QTSNDMSG

Parameter Interface:

 

Parameter

 

 

Direction

 

 

Type

 

 

Length

 

 

Precision

 

 

Description

 

Sender

Input

Character

10

n/a

See Send Text Message Web Service

Destinations

Input

Character

339

n/a

See Send Text Message Web Service

Reply To

Input

Character

10

n/a

See Send Text Message Web Service

Return Receipt?

Input

Character

1

n/a

See Send Text Message Web Service

Priority

Input

Decimal

3

0

See Send Text Message Web Service

Macro Number

Input

Decimal

3

0

See Send Text Message Web Service

Message Body

Input

Character

16384

n/a

See Send Text Message Web Service
Note: Forward text message body size limits:

  • Local entities (e.g. users) - 3800 characters max, not including XML markup
  • Remote entities (e.g. mobiles) - 1900 characters max, not including XML markup

GMH

Output

Decimal

9

0

GMH of the text message that was created

Error Category

Output

Decimal

3

0

Error Category, if any

Error Code

Output

Decimal

5

0

Error Code, if any

Error Description

Output

Character

150 varying

n/a

Error description, if any

An error category of 0 means that the message has been sent, and the GMH field is properly filled.

  • Was this article helpful?