textmarks-syntax: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
No edit summary
m (Reverted edit of Zp9N9k, changed back to last version by AndyMabbett)
Line 34: Line 34:
   </td>
   </td>
   <td class="tdCode">
   <td class="tdCode">
&nbsp;
  </td>
  <td class="tdCode">
STOP
  </td>
  <td class="tdExample">stop</td>
  <td class="tdDesc">Opt-out to stop receiving all further messages from TextMarks
(unless explicitly requested in the future).</td>
</tr>
<tr>
  <td class="tdCmd">
SUBSCRIBE
  </td>
  <td class="tdCode">
SUB
  </td>
  <td class="tdCode">
SUBSCRIBE <i>TEXTMARK</i>
  </td>
  <td class="tdExample">sub dailyspecials</td>
  <td class="tdDesc">Subscribe to a TextMark's alerts and posted messages for
delivery to your phone.</td>
</tr>
<tr>
  <td class="tdCmd">
UNSUBSCRIBE
  </td>
  <td class="tdCode">
UNSUB
  </td>
  <td class="tdCode">
UNSUBSCRIBE <i>TEXTMARK</i>
  </td>
  <td class="tdExample">unsub dailyspecials</td>
  <td class="tdDesc">Unsubscribe from a TextMark's alerts and posted messages.</td>
</tr>
<tr>
  <td class="tdCmd">
FORWARD
  </td>
  <td class="tdCode">
FWD
  </td>
  <td class="tdCode">
FWD <i>(USERNAME | PHONE#) TEXTMARK</i>
  </td>
  <td class="tdExample">fwd joe dailyspecials</td>
  <td class="tdDesc">Forwards a TextMark to another user, by user name or by
phone#.</td>
</tr>
<tr>
  <td class="tdCmd">
REPLY
  </td>
  <td class="tdCode">
IM
  </td>
  <td class="tdCode">
IM<i> (USERNAME | PHONE#) MESSAGE</i>
  </td>
  <td class="tdExample">im joe please save me a seat</td>
  <td class="tdDesc">Send a message to another user, by user name or by phone#. Send to "." to use last recipient.</td>
</tr>
<tr>
  <td class="tdCmd">
ALERT
  </td>
  <td class="tdCode">
&nbsp;
  </td>
  <td class="tdCode">
ALERT <i>TEXTMARK MESSAGE</i>
  </td>
  <td class="tdExample">alert dailyspecials free beer tonight from 6pm to 8pm</td>
  <td class="tdDesc">Send alert to all alert subscribers of indicated TextMark.
(Only for TextMark manager.)</td>
</tr>
<tr>
  <td class="tdCmd">
UPDATE
  </td>
  <td class="tdCode">
UP
  </td>
  <td class="tdCode">
UPDATE <i>TEXTMARK CONTENT</i>
  </td>
  <td class="tdExample">up dailyspecials pea soup, cob salad, cheesecake</td>
  <td class="tdDesc">Update a TextMark's response to the new text indicated.
(Only for TextMark manager.)</td>
</tr>
<tr>
  <td class="tdCmd">
BLOCK
  </td>
  <td class="tdCode">
&nbsp;
  </td>
  <td class="tdCode">
BLOCK <i>(USERNAME | PHONE#)</i>
  </td>
  <td class="tdExample">block joe</td>
  <td class="tdDesc">Block a user from sending future messages or posts, by user
name or by phone#.</td>
</tr>
<tr>
  <td class="tdCmd">
UNBLOCK
  </td>
  <td class="tdCode">
&nbsp;
  </td>
  <td class="tdCode">
UNBLOCK <i>(USERNAME | PHONE#)</i>
  </td>
  <td class="tdExample">unblock joe</td>
  <td class="tdDesc">Unblock a user from sending future messages or posts, by
user name or by phone#.</td>
</tr>
<tr>
  <td class="tdCmd">
DOT
  </td>
  <td class="tdCode">
.
  </td>
  <td class="tdCode">
. <i>MESSAGE</i>
  </td>
  <td class="tdExample">. running 10 minutes late.</td>
  <td class="tdDesc">Repeat last TextMark request with optional new
message or parameters. If posting a message, no TextMark response is sent
back.</td>
</tr>
<tr>
  <td class="tdCustom">
(POST)
  </td>
  <td class="tdCode">
&nbsp;
  </td>
  <td class="tdCode">
<i>TEXTMARK MESSAGE</i>
  </td>
  <td class="tdExample">dailyspecials bob, please save me the corner table</td>
  <td class="tdDesc">Post a message for manager and subscribers of a TextMark</td>
</tr>
</table>
==See also==
*[[picoformats]]

Revision as of 23:34, 6 June 2007

Textmarks Syntax

SMS Commands and Abbreviations

Note: You need a blank space between commands and messages. Commands are not case sensitive.

Source.

COMMAND ABBRV. SYNTAX EXAMPLE (text to 41411) DESCRIPTION

HELP

?

HELP [TOPIC]

help alert Get general help or help on a specific topic or command. Top level topic: CMD.

STOP

 

STOP

stop Opt-out to stop receiving all further messages from TextMarks (unless explicitly requested in the future).

SUBSCRIBE

SUB

SUBSCRIBE TEXTMARK

sub dailyspecials Subscribe to a TextMark's alerts and posted messages for delivery to your phone.

UNSUBSCRIBE

UNSUB

UNSUBSCRIBE TEXTMARK

unsub dailyspecials Unsubscribe from a TextMark's alerts and posted messages.

FORWARD

FWD

FWD (USERNAME | PHONE#) TEXTMARK

fwd joe dailyspecials Forwards a TextMark to another user, by user name or by phone#.

REPLY

IM

IM (USERNAME | PHONE#) MESSAGE

im joe please save me a seat Send a message to another user, by user name or by phone#. Send to "." to use last recipient.

ALERT

 

ALERT TEXTMARK MESSAGE

alert dailyspecials free beer tonight from 6pm to 8pm Send alert to all alert subscribers of indicated TextMark. (Only for TextMark manager.)

UPDATE

UP

UPDATE TEXTMARK CONTENT

up dailyspecials pea soup, cob salad, cheesecake Update a TextMark's response to the new text indicated. (Only for TextMark manager.)

BLOCK

 

BLOCK (USERNAME | PHONE#)

block joe Block a user from sending future messages or posts, by user name or by phone#.

UNBLOCK

 

UNBLOCK (USERNAME | PHONE#)

unblock joe Unblock a user from sending future messages or posts, by user name or by phone#.

DOT

.

. MESSAGE

. running 10 minutes late. Repeat last TextMark request with optional new

message or parameters. If posting a message, no TextMark response is sent

back.

(POST)

 

TEXTMARK MESSAGE

dailyspecials bob, please save me the corner table Post a message for manager and subscribers of a TextMark

See also