This article provides details on the ‘Invitee/Guest Resubscribes to Event Email’ 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 resubscribe.
{
"eventType": "InviteeResubscribed",
"messageTime": "2018-04-05T10:57:07.160Z",
"messageStub": "21499750-4871-43ec-a2fa-5300f6269580",
"message": [
{
"contactStub": "03F196C4-4935-49E4-ABBC-6601D5150F20",
"workStateCode": "",
"contactSourceId": "",
"isGuest": false,
"prefix": "",
"workZipcode": "",
"contactType": "",
"updatedDate": "2018-04-03",
"workCity": "",
"homeCity": "",
"profileImageUrl": "",
"homeZipcode": "",
"homeFax": "",
"contactTypeStub": "00000000-0000-0000-0000-000000000000",
"nickName": "",
"homePhone": "",
"workFax": "",
"eventForInvitee": {
"eventTitle": "HydroFlask Outdoor Convention",
"eventLocation": "",
"eventStartDate": "2019-08-18 18:00:00.0",
"eventEndDate": "2021-08-17 22:00:00.0",
"eventDescription": "",
"eventCode": "4FNPVJNV5KJ",
"eventPlannerFirstName": "h",
"eventPlannerLastName": "l",
"eventPlannerPrefix": "",
"eventPlannerTitle": "",
"eventPlannerCompany": "",
"eventCustomFields": [
{
"id": "F1E9E4CB-3B1B-4D1C-968F-3F6EB2A1499E",
"name": "Department",
"value": "Marketing"
}
],
"eventTimeZoneName": "Eastern Time"
},
"workAddress1": "",
"workAddress2": "",
"firstName": "Bob",
"workAddress3": "",
"confirmationNumber": "",
"mobilePhone": "",
"responseMethod": "No Response",
"registrationType": "",
"eventStub": "15A7E6C9-9926-4324-814D-F615533293F3",
"designation": "",
"homeCountry": "",
"lastName": "Joe",
"eligibleCredits": "0.00",
"gender": "",
"customFields": [
{
"id": "D4B3D52A-5E76-4540-9D77-433BC57E628F",
"name": "T-Shirt Size",
"value": "Large"
}
],
"workCountry": "",
"title": "",
"homeStateCode": "",
"referenceId": "",
"optedOut": "no",
"totalCredits": "0.00",
"workState": "",
"company": "",
"participantStatus": false,
"accountStub": "B257CD9D-655D-469E-9771-9091D07CCFE8",
"email": "bobjoe@mail.com",
"ccEmail": "",
"contactTypeCode": "",
"visibleOnAttendeeList": 0,
"fullName": "Bob Joe",
"dateOfBirth": "",
"homeState": "",
"inviteeStub": "E7D8B820-6024-4ED7-97A3-473352C61208",
"invitationBy": "Planner-Invited",
"homeAddress3": "",
"homeAddress2": "",
"unsubscribed": "no",
"workCountryCode": "",
"homeAddress1": "",
"inviteeStatus": "Visited",
"internalNote": "",
"middleName": "",
"workPhone": ""
}
]
}
Understanding the JSON Message
- Arrays: The
customFields
,eventCustomFields
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