| "smsBody": the text of the message. Long messages will be truncated according to system setup. If you need to use & inside the body of your message use the parameter "&bodyend=y" and include smsBody as your last parameter. You may then use ...&smsBody=you&me
"smsMobiles": cell phone numbers, each in the standard international format, separated by commas. <country_code><number_no_leading_zeros>. For example, 1806123456
"smsMobileFrom": optional, name or number of the sender. Please note that when using GSM the "from" value is automatically the SIM phone number. Note: if you are using a gateway that dictates sender names you must use one of these here
"deleteMe": optional, value "Y". Deletes the record after the message is sent
"smsCallback": optional, request delivery confirmation
"gsm": optional, value "Y". If the system has GSM lines, the message will be routed via GSM (as oppose to HTTPS)
"gsmQue": optional, value is the GSM queue you wish to use, if the system allows such choices. From V8.1 this also apply to SMPP Queue
"smsFlash": optional, value "Y"
"smsRule": optional. The name of the rule you wish executed should the sender reply to the message
"files": optional, a list of file names (full path) for files to add to the message and form an MMS. Separate file names with a vertical bar (|). Please note that from version 8.1.6 you can send and receive vcf files.
Note: smsPULSE has set a fixed limit on the number of allowed attachments in a single MMS message to 10. Your server must be licensed and configured to have at least one MM1 Communication Line.
New from V8.1:
"from": email address of the user posting the SMS/MMS. Any failures will be emailed back to this address
"org": the name of the organisation the post relates to
"smsDelayDate": optional, the date you wish the message to be sent on. Format is <year_four_digits>-<month>-<day_of_month>. Example: &smsDelayDate=2014-9-23
"smsDelayTime": optional, the time you wish the message to be sent after, in 24 hours format. Format is <hours>:<minutes>. For example: &smsDelayTime=21:35
"bodyend": optional, use if you need to use & in your text and include &smsBody as the last parameter. For example: &bodyend=y |