This article provides details on the ‘Invitee Marked as Session No-Show’ integration point.
Note
Throughout this document and the product, the term ‘Attendee’ is used interchangeably with ‘Invitee’.
JSON Message Structure
This is an example of the JSON message for this integration point. The data represents the session no-show attendee.
{
"eventType":"”InviteeMarkedAsSessionNoShow”",
"messageTime":"”2044-03-21T15":"50":48.380Z”,
"messageStub":”6dd81364-c3b6-408c-a7c2-3ddb44d51677”,
"message":[
{
"workStateCode":"””",
"isGuest":false,
"prefix":"””",
"workZipcode":"””",
"contactType":"”Non-Members”",
"updatedDate":”2044-03-08”,
"workCity":"””",
"homeCity":"””",
"registrationDate":”2044-03-08”,
"profileImageUrl":"””",
"homeZipcode":"””",
"homeFax":"””",
"nickName":"””",
"homePhone":"””",
"workFax":"””",
"eventForInvitee":{
"eventTitle":”2019 Convention”,
"eventLocation":"””",
"eventStartDate":"”2044-05-02 18":"00":00.0”,
"eventEndDate":"”2044-05-19 22":"00":00.0”,
"eventDescription":"”Come join us to try different cuisines.",
"eventCode":”JVN27RCCXC7”,
"eventPlannerFirstName":"”Joe”",
"eventPlannerLastName":"”Nelson”",
"eventPlannerPrefix":"””",
"eventPlannerTitle":"””",
"eventPlannerCompany":"””"
},
"workAddress1":"””",
"workAddress2":"””",
"firstName":"”Hannah”",
"workAddress3":"””",
"confirmationNumber":”AAN3HJZNQCY”,
"mobilePhone":"””",
"responseMethod":"”Planner-Responded”",
"eventStub":”5G24AB43-1DAD-4441-993B-98356938AE5D”,
"designation":"””",
"homeCountry":"””",
"lastName":"”Gill”",
"eligibleCredits":”0.00”,
"gender":"””",
"customFields":[
{
"id":”CA30B022-5815-4FD8-B9B6-675510591994”,
"name":"”Survey_testing_blank”",
"value":"””"
},
{
"id":”31BD20D0-859A-4900-8C81-15BF19F636A0”,
"name":"”Years of experience”",
"value":"””"
}
],
"workCountry":"””",
"admissionItem":"”Event Registration”",
"title":"””",
"homeStateCode":"””",
"referenceId":"””",
"optedOut":"”no”",
"totalCredits":”0.00”,
"workState":"””",
"company":"””",
"participantStatus":true,
"registrationPath":"”Registration Option”",
"accountStub":”B257CD9D-655S-469F-9271-9091D07CCFE8”,
"email":"”myemail@example.com”",
"ccEmail":"””",
"visibleOnAttendeeList":1,
"fullName":"”Hannah Gill”",
"dateOfBirth":"””",
"homeState":"””",
"sessionStubList":[
“D21C2FFC-65BE-4FF8-B147-170DC71ADF29”
],
"inviteeStub":”1F222653-330E-47E1-A679-0CF335069E0E”,
"invitationBy":"”Planner-Invited”",
"homeAddress3":"””",
"homeAddress2":"””",
"unsubscribed":"”no”",
"workCountryCode":"””",
"homeAddress1":"””",
"inviteeStatus":"”Accepted”",
"internalNote":"””",
"middleName":"””",
"workPhone":"””"
}
]
}
Understanding the JSON Message
- Arrays: The
customFields
,eventCustomFields
,orders
arrays are dynamic; they changes over time as planners add or remove custom fields, and the attendee adds elements to their order. - Empty Fields: Fields appearing as empty (
""
) indicate no data is available for that field.
Last updated on