This article provides details on the ‘Speaker Modified’ integration point.
JSON Message Structure
This is an example of the JSON message for this integration point. The data represents the modified speaker.
{
"eventType": "SpeakerUpdated",
"messageTime": "2018-03-01T14:52:17.280Z",
"messageStub": "1240b1d3-5dfb-4ad5-a4c8-b5464def0e9e",
"message": [
{
"speakerEmail": "test@example.com",
"linkedInUrl": "",
"twitterUrl": "",
"speakerFirstName": "Bob",
"updatedDate": "2018-03-01",
"speakerDisplayName": "Bob Bailey",
"speakerBiography": "",
"facebookUrl": "www.facebook.com/bobbailey2",
"speakerCompany": "Sweet Frog Frozen Yogurt",
"speakerTitle": "CTO",
"eventStub": "8A2B61E2-5A8E-41F9-B702-5BBED600F48A",
"accountStub": "E9CC1182-5DC5-493A-B9C5-6D626822A56E",
"speakerStub": "DC87330E-68B9-410B-BC47-EB2334165185",
"speakerLastName": "Bailey"
}
]
}
Last updated on