Once you've completed the installation and field mapping, you can customize the integration for your event.

You can customize the following in the integration:
Learn how to pass attendee activities to your Iterable account.


Do not update: This option does not pass the Zuddl field value to the mapped Iterable field.
Only update if target is empty: If the Iterable user field value is empty, this option passes only the Zuddl field value.
Do not update if source is empty: If the Zuddl field value is empty, this option does not pass the value of the Zuddl field to the mapped Iterable field.
Always update: This option always passes the Zuddl field value to the mapped Iterable field.


To view the captured engagement data on Iterable, you need to access the users profile.

The sample JSON payload for the Zuddl_Registrant_Status is shown below
{
"createdAt": "2024-10-21T08:08:16.000Z",
"dataFields": {
"AttendanceType": "HYBRID",
"AttendeeStatus": "REGISTERED",
"EventFormat": "HYBRID",
"EventId": "fa1a21a5-34d3-4963-xxxxxxxxx",
"EventName": "Acme event",
"EventType": "EVENT",
"MagicLink": "https://app.zuddl.com/p/m/a/event/fa1a21acxxxxxxxxx",
"RegistrationInfo": {
"Company": "Test Company",
"Country": "Test Country",
"Email": "john@acme.com",
"FirstName": "Test First Name",
"FlowName": "Test Flow 1",
"IPCity": "Test City",
"IPCountry": "Test Country",
"LastName": "Test Last Name",
"PhoneNumber": "1237894560",
"Role": "Test Role",
"UTMCampaign": "Campaign",
"UTMContent": "Content",
"UTMId": "a8182485-6175-44fa-ab08-xxxxx",
"UTMMedium": "Medium",
"UTMSource": "Source",
"UTMTerm": "Term"
},
"TicketInfo": {
"AddOnsPurchased": [
"Add On 1 [session1, session2]",
"Add On 2 [session3]",
"Add On 3"
],
"AmountPaid": 100,
"CouponsApplied": "Test Coupon",
"TicketTagType": "Test Ticket tag",
"TicketTypePurchased": "Test Ticket 1"
}
},
"eventName": "Zuddl_Registrant_Status",
"eventType": "customEvent",
"eventUpdatedAt": "2024-10-21 08:08:16 +00:00",
"itblInternal": {
"documentCreatedAt": "2024-10-21 08:08:16 +00:00",
"documentUpdatedAt": "2024-10-21 08:08:16 +00:00"
},
"itblUserId": "3395201d-eb88-4df9-9d58-xxxxxx"
}| Zuddl object | Description |
|---|---|
| EventId | The unique ID of the Zuddl event |
| EventName | The name of the Zuddl event |
| EventFormat | The format of the Zuddl event; HYBRID, VIRTUAL, IN-PERSON |
| Event Type | Describes the event type in Zuddl; EVENT, WEBINAR, FIELD, THIRD_PARTY |
| AttendanceType | The attendance type of the registrant; HYBRID, VIRTUAL, or IN-PERSON |
| AttendeeStatus | The current status of the registrant;
|
| MagicLink | The magic link used to directly arrive at the event |
| FlowName | Name of the registration flow through which the registration happened |
| Role | The designation of the attendee |
| TicketInfo | All ticket related details such as:
|
| eventName | Name of the event created in Iterable; 'Zuddl_Registrant_Status' |
| eventType | The type of event created in Iterable; 'customEvent' |
| eventUpdatedAt | The date and time of the creation/updation of the event. |