List of all parameters

List of all parameters SearchSearch
Author Message
A Miranda
Unregistered guest
Posted on Thursday, November 17, 2005 - 06:03 am:   

Hi,
Is there an updated list of all the parameters (@@XXX@@) that can be used for the 2-way feature?
I need to know the delivery receipt status and timestamp of date delivered. I know it is in the message body but is there a way to get them without parsing the message. Are there parameters like @@STATUS@@ or @@DELIVERYDATE@@?

Thanks!
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5322
Registered: 10-2002
Posted on Friday, December 02, 2005 - 08:25 pm:   

There are no parameters like you describe (although there should be a parameter for the timestamp of the received message in NowSMS 2006).

But here is a list of possible parameters:

First, the well-known ones:

@@SENDER@@
@@RECIP@@
@@SMSPREFIX@@
@@FULLSMS@@
@@SMS@@

The following are described at http://support.nowsms.com/discus/messages/485/624.html:

@@Binary@@
@@UDH@@
@@PID@@
@@DCS@@

The following parameter is of very limited use (doesn't do what most people expect), and is described at http://support.nowsms.com/discus/messages/1/4464.html:

@@MESSAGEID@@

Mesasge Id for SMPP receipts, described at http://support.nowsms.com/discus/messages/1/10806.html:

@@RECEIPTMESSAGEID@@

service_type parameter for message received via SMPP (see http://support.nowsms.com/discus/messages/1/9114.html):

@@SERVICETYPE@@

A recently added one that I don't see mentioned anywhere else:

@@SMSCROUTE@@

This one corresponds to the "&SMSCRoute=" parameter that can be used for submitting messages. It can tell the route through which the message was received. (See http://support.nowsms.com/discus/messages/1/10759.html for some related info.)

-bn