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":{
"CampaignID":202,
"CampaignName":"Test Campaign",
"VtAccountID":123,
"VtAccountName":"Test Account",
"LocationID":12345,
"LocationName":"Test Location",
"FirstName":"TestFirstName",
"LastName":"TestLastName",
"Phone1":"702-555-1234",
"Username":"TestUserName",
"UserID":0,
"Email":"sampleWebhook@lightspeedvt.com"
},
"timeTriggered":"2/5/2016 9:10 AM"
}
Messages
PROPERTIES | VALUES – INFORMATION |
CampaignID | Integer – ID of the campaign |
CampaignName | String – Name of the campagin |
VtAccountID | Integer – Your vt system’s account id. (different from system’s id) |
VtAccountName | String – Your vt System’s account name. (different from system’s name) |
LocationID | Integer – Location id of the user that completed the ilp |
LocationName | String – Location name of the user that completed the ilp |
FirstName | String – First name of the user that completed the ilp |
LastName | String – Last name of the user that completed the ilp |
Phone1 | String – Phone number of the user that completed the ilp |
UserName | String – Username of the user that completed the ilp |
UserID | integer – User id of the user that completed the ilp |
String – Email of the user that completed the ilp |