4.47b

TextMarks API V2 - AutoDoc: RegisteredUser / post_group_message()

Method: post_group_message() (POST) - Post a message to a TextMark group

Package: RegisteredUser - Manage authenticated user's account/profile (... View package)

Args:

Req? Name Type Description Test
REQ auth_user User User account / phone# used for login
REQ auth_pass Password Password
REQ tm TextMark TextMark group to post to
REQ msg SMS Text Message to post
OPT api_key API Key API Key (Register here)

Test:


Docs:

  • This method posts a message to a group identified by a TextMark keyword.
  • Depending on how the group is configured, the message may be broadcast to all other members, sent only to group leaders, or merely archived and made accessible to queries. See TextMarkManager.group_config().
  • This method is equivalent to sending an SMS to 41411 like:
    KEYWORD my message here
  • Messages are archived and may be retrieved via:

Resp:

JSON response.head.rescode==0 for success, or error code otherwise.
JSON-P callback: (as 'jsonp' param, optional) (blank for none)

HTTP:

POST http://help.api2.textmarks.com//RegisteredUser/post_group_message/

More:

This page documents a single API function post_group_message() within the RegisteredUser package of the TextMarks Text Message API.
You may use the interactive form above to invoke this function and observe its actual JSON response.

More resources: