Call Us
Launches the devices default phone application with a pre-configured
phone number.
Sample JSON
{"itemId":"99999", "itemType":"BT_screen_call", "itemNickname":"Call Us",
"number":"434-567-3455"}
* Required
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_call"
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.
|
Telephone Number *
|
"number":"545-545-4345"
The telephone number to dial.
|
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.
|
|