Developer DocumentationWebhooksJSON MessagesAttendeesInvitee Abandons Registration

This article provides details on the ‘Invitee Abandons Registration’ 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 attendee that abandoned the registration.

{
   "eventType":"InviteeAbandonedRegistrationInAnEvent",
   "messageStub":"f3194ced-b161-4f34-9c9a-62c12b89059e",
   "messageTime":"2019-03-01T01:40:54.773Z",
   "message":[
      {
         "email”:”mikej@email.com“,
         "lastName”:”Jefferson”,
         "eventStub":"3D0F49A2-A362-4405-9B47-BCC00C1CEF0B",
         "firstName”:”Mike”,
         "accountStub":"5257B3A8-C37E-4878-DEA0-E7820C0E4A2B",
         "contactStub":"00000000-0000-0000-0000-000000000000",
         "contactType":"",
         "createdDate":"2019-03-01T01:40:54.773Z",
         "inviteeStub":"00000000-0000-0000-0000-000000000000",
         "referenceId":"",
         "contactTypeStub":"00000000-0000-0000-0000-000000000000",
         "eventForInvitee":{
            "eventTitle”:”2019 Investor Conference”
         },
         "lastActivityDate":"2019-03-01T00:24:41.770Z",
         "registrationPath":"Registration Option",
         "abandonedRegistrationType":"Not in Address Book",
         "lastSavedRegistrationPageName":"Registrant Information"
      }
   ]
}

Understanding the JSON Message

  • Empty Fields: Fields appearing as empty ("") indicate no data is available for that field.
Last updated on