v1.5 Documentation
These reference documents are designed to help you when things don't go as planned. The individual
screen type documents are useful for looking up available JSON properties.
Email Us
Launches the devices default email application with a pre-configured
to address and subject line in the compose sheet.
Sample JSON
{"itemId":"99999", "itemType":"BT_screen_email", "itemNickname":"Email Us",
"emailToAddress":" [email protected]", "emailSubject":"Attention service department"}
Item Id *
|
"itemId":"a unique id"
A unique number or string identifiying this item from all other items in the
configuration file.
|
Item Type *
|
"itemType":"BT_screen_sms"
Used by the mobile app to determine what type of item to create.
|
Item Nickname *
|
"itemNickname":"A unique nickname"
The nickname of the item in the buzztouch control panel.
|
Email To Address *
|
"emailToAddress":"[email protected]"
The to address to pre-configure in the compose screen.
|
Email Subject
|
"emailSubject":"A subject..."
A subject line to pre-configure the compose screen with.
The pre-filled subject cannot contain
any carriage returns or line-breaks.
|
Login Required
|
"loginRequired":"0"
Options: 0 or 1 where 1 = yes.
App must implement a Login screen.
|
Hide From Search
|
"hideFromSearch":"0"
Options: 0 or 1 where 1 = yes.
Hides from search results if the
app implements a Search Menu screen.
|
|
|