4.47b

TextMarks API V2 - AutoDoc: TextMarkManager / branchpost_config()

Method: branchpost_config() (GET) - Load branchpost (external network auto-post) settings

Package: TextMarkManager - Manage a TextMark owned by authenticated user (... 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 keyword/TRI owned by auth_user
OPT api_key API Key API Key (Register here)

Test:


Docs:

  • Load TextMark's "Branchpost" settings and return as JSON chunk.
  • When Branchpost is defined for a TextMark and that TextMark has an alert posted to it, the alert text is also delivered to each target as defined in the Branchpost list.
  • See set_branchpost_config().

Resp:

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

HTTP:

GET https://api2ssl.textmarks.com//TextMarkManager/branchpost_config/

More:

This page documents a single API function branchpost_config() within the TextMarkManager 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: