Developer DocumentationWebhooksJSON MessagesManual SyncsInvitee Abandoned Registration Manually Synced

This article provides details on the ‘Invitee Abandoned Registration Manually Synced’ integration point.

Perform a manual sync from Integrations > Webhooks > Sync (with the Attendees option checked, and abandoned registrants in the event).

JSON Message Structure

This is an example of the JSON message for this integration point. The data represents manually synced invitees who abandoned registration.

{
  "eventType" : "InviteeAbandonedRegistrationManualSynced",
  "messageTime" : "2019-05-07T09:28:44.362Z",
  "messageStub" : "bb7e3754-b95b-4296-8057-16a8c1946793",
  "message" : [ {
    "accountId" : 801432352,
    "eventStub" : "F346FB28-69B2-47F6-B7A8-90932F2FE194",
    "eventTitle" : "Flex",
    "inviteeStub" : "00000000-0000-0000-0000-000000000000",
    "contactStub" : "A4576132-6F0F-48E9-98B8-CD9BFDB2703C",
    "referenceId" : "",
    "registrationOption" : "Registration Option",
    "contactTypeStub" : "00000000-0000-0000-0000-000000000000",
    "contactType" : "",
    "lastActivityDate" : "2019-05-07 05:26:56.877",
    "createdDate" : "2019-05-07 05:26:56.877",
    "pageName" : "eEgistrant Information",
    "email" : "dukel@example.com",
    "lastName" : "Lancer",
    "firstName" : "Duke",
    "fullName" : "Lancer Duke",
    "abandonedRegistrationType" : "Not Invited"
  }
Last updated on