Click on images to see them in full screen
API - in Rules
From smsPULSE V7.1 you can send SMS/MMS using a Router Rule
Use the following fields in your computations. Only the first is mandatory.
- smsBody: Your message text, and the only required field. If the text is long it may be split into a number of messages and possibly truncated
- smsMobiles: Optional. The mobile numbers in the "Standard" number form. If you omit this field, the original sender number is used
- smsMobileFrom: Optional. A mobile number which may identify your messages to the receiver. Note: if you are using a gateway that dictates sender names you must use one of these here. If you omit this field, the GSM modem that received the original message will be used.
- deleteMe: "Y". Tells smsPULSE to delete sent messages. This is case sensitive so use "Y" if you wish the records to be deleted
- gsm: Optional. Set to "Y" to force the message to be sent via the attached GSM device. Multi-Mode only.
- gsmQue: Optional. Set the queue number you wish your message to be sent through. This applies to smsPULSE MM V4 only when more then one device is attached. See here .
- smsDelayDate and smsDelayTime: These fields may be used to delay the delivery of the message until the desired time. The smsDelayTime field refines smsDelayDate
- smsRule: Optional. The name of the rule you wish executed should the sender reply again
- Files: Optional. Complete path to media files you wish to add to the message, separated with vertical bars (|). Your system must be licensed and enabled for MMS
- smsCallback: Optional. Set this field to "Y" for delivery confirmation
- smsFlash: Optional. Set to "Y" to display the message on the users screen without opening it
Number formats
<countryCode><mobileNumber>
The mobile number must be stripped of any leading zeros. Any leading zeros or other characters ahead of the country code will be removed. Then the SMS is sent.