Example notification for Interactive Question. 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: interactive_question
{
"event":"interactive_question",
"data":{
"SystemID":0,
"SystemName":"Star Wars",
"LocationID":134522,
"LocationName":"Jedi Order HQ",
"LocationCity":"Mos Eisley",
"LocationState":"Great Mesra",
"LocationZipCode":"98765",
"LocationCountry":"Tatooine",
"locationVendorID":"blackspirecrmbiz",
"LocationRep":"Mace Windu",
"teamId":321,
"team":"Team The Force",
"teamleaderuserid":12345,
"teamleaderusername":"zabrakmaster",
"teamleaderfirstname":"Agen",
"teamleaderlastname":"Kolar",
"teamleaderemail":"teamjedi@lightspeedvt.com",
"UserID":98754,
"Username":"obiwankenobi0001",
"UserAccessLevel":12,
"FirstName":"Obi-Wan",
"LastName":"Ben",
"Email":"thejedimaster@lightspeedvt.com",
"Phone1":"8888888888",
"Phone2":"9998888888",
"misc1":"Lightsaber color: blue",
"misc2":"Notable Pupil: Anakin Skywalker",
"CourseID":1234,
"CourseName":"Jedi Mind Tricks 101",
"ChapterID":24065,
"ChapterName":"Luke, I am your father. (Role Playing)",
"QuestionID":0,
"QuestionText":"Who do you think is Luke's father?",
"Answer":"Dath Vader",
"AnswerText":"Dath Vader",
"Result":"unknown"
},
"timeTriggered":"04/12/2021 03:23:20 PM"
}
Messages
<
PROPERTIES | VALUES – INFORMATION |
SystemID | Integer – ID for user’s system |
SystemName | String – Name for user’s system |
LocationID | Integer – ID for user’s location |
LocationName | String – Name for user’s location |
LocationCity | String – City for user’s location |
LocationState | String – State/province for user’s location |
LocationZipCode | String – Zip/postal code for user’s location |
LocationCountry | String – Country for user’s location |
locationVendorID | String – Vendor’s reference ID for user’s location |
LocationRep | String – Rep for user’s location |
teamId | Integer – ID for user’s team |
team | String – Name for user’s team |
teamleaderuserid | Integer – User ID for user’s team leader |
teamleaderusername | String – Username for user’s team leader |
teamleaderfirstname | String – First name for user’s team leader |
teamleaderlastname | String – Last name for user’s team leader |
teamleaderemail | String – Email address for user’s team leader |
UserID | Integer – Unique user ID used in our system to identify the user |
Username | String – Username of user |
UserAccessLevel | Integer – Access level assigned to user. Can be 1 thru 12 |
FirstName | String – User’s first name |
LastName | String – User’s last name |
String – User’s email address | |
Phone1 | String – User’s main phone number |
Phone2 | String – User’s main phone number |
misc1 | String – Misc information field for user |
misc2 | String – Additional misc information field for user |
CourseID | Integer – Course’s unique id |
CourseName | String – Course’s name |
ChapterID | Integer – Chapter’s unique id |
ChapterName | String – Chapter’s name |
QuestionID | Integer – Interactive question unique ID |
QuestionText | String – Question’s text format |
Answer | String – Answer chosen by user |
AnswerText | String – Answer’s text format |
Result | String – Result |