Example notification for Interactive Landing Page Played. Please note that not all fields could apply to a user. For fields that do not have data, an empty value will be returned in the jSON object.
Event Type: ilp_played
{
"event":"ilp_played",
"data":{
"VtAccountID":0,
"VtAccountName":"Universe",
"LocationID":134522,
"LocationName":"Jedi Order HQ",
"ilpUserID":"F71A57540CE36E19",
"UserID":98754,
"Username":"CB88C00F-E733-AC26-1DCC1DB4E40352E1",
"FirstName":"Obi-Wan",
"LastName":"Ben",
"Email":"thejedimaster@lightspeedvt.com",
"Phone1":"8888888888",
"CampaignID":1234,
"CampaignName":"Jedi Mind Tricks 101"
},
"timeTriggered":"04/12/2021 03:23:20 PM"
}
Messages
PROPERTIES | VALUES – INFORMATION |
VtAccountID | Integer – ID for ILP’s LSVT account |
VtAccountName | String – Name for ILP’s LSVT account |
LocationID | Integer – ID for ILP’s location |
LocationName | String – Name for ILP’s location |
ilpUserID | String – Unique random ID to indentify user for ILP |
UserID | Integer – Unique user ID used in our system to identify the user |
Username | String – Username of user |
FirstName | String – User’s first name |
LastName | String – User’s last name |
String – User’s email address | |
Phone1 | String – User’s main phone number |
CampaignID | Integer – Campaign’s unique ID |
CampaignName | String – Campaign’s name |