This article provides details on the ‘Event Manually Synced’ integration point.
Perform a manual sync from Integrations > Webhooks > Sync.
Note
Stakeholder address fields have been deprecated and will return an empty string.
JSON Message Structure
This is an example of the JSON message for this integration point. The data represents manually synced events.
{
"eventType": "EventManualSynced",
"messageTime": "2044-04-30T15:06:19.686Z",
"messageStub": "78d89240-e36b-45bf-b324-a65869380a9e",
"message": [
{
"eventStub": "0B4C4410-1D46-43CD-A903-E8CF9DE6ADE5",
"accountStub": "C4AD3933-0FED-4379-B602-CB56B1D832C5",
"eventTitle": "Conference 2024",
"eventCode": "WRN3DBTCMX9",
"eventCategory": "Sports Event",
"eventCapacity": -1,
"eventDescription": "Our annual conference.",
"eventNote": "",
"eventCloseDate": "2044-05-23T23:59:00.000",
"eventStartDate": "2044-05-25T18:00:00.000",
"eventEndDate": "2044-05-29T22:00:00.000",
"eventArchiveDate": "2044-08-27T00:00:00.000",
"eventStatusName": "Active",
"eventLocation": "Conference Center",
"eventPhone": "",
"address1": "",
"address2": "",
"address3": "",
"city": "",
"state": "",
"postalCode": "",
"country": "",
"plannerFirstName": "Rock",
"plannerLastName": "Ford",
"plannerCompany": "Rock Ford Planning",
"plannerTitle": "Planner",
"eventPlanningStatusName": "",
"stakeholderFirstName": "",
"stakeholderLastName": "",
"stakeholderEmailAddr": "",
"stakeholderTitle": "",
"stakeholderCompany": "",
"stakeholderWorkPhone": "",
"stakeholderHomePhone": "",
"stakeholderWorkFax": "",
"stakeholderMobilePhone": "",
"stakeholderAddress1": "",
"stakeholderAddress2": "",
"stakeholderAddress3": "",
"stakeholderCity": "",
"stakeholderState": "",
"stakeholderPostalCode": "",
"stakeholderCountry": "",
"timezoneName": "Eastern Time",
"fromAcctEmailStub": "rford@example.com",
"currency": "U.S. Dollar",
"languageCountry": "English",
"eventCustomField": [
{
"id": "A7738264-AE3A-442B-A0EE-39F26FB13B6F",
"name": "ecf-multiselect",
"value": ""
},
{
"id": "EFA4ACF3-1BBF-4038-894A-64A26DCD7D9C",
"name": "ecf-dateTime",
"value": ""
},
{
"id": "F28721F0-0EC7-4B0B-9918-66AB741BE000"
"name": "Cost Code",
"value": "US"
},
{
"id": "98FCFAFA-D37E-49B6-93E3-67601C55AE95",
"name": "ecf-singleanswer",
"value": ""
},
{
"id": "D5FB1761-9557-4D69-AE51-822A85995905",
"name": "ecf-oneline-email",
"value": "planning@example.com"
},
{
"id": "6AC93847-7677-4E30-8C64-98507B00EF5D",
"name": "ecf-oneline-number",
"value": ""
},
{
"id": "8B84DE39-DBB3-4735-B03E-DE4A5ABBB4F8",
"name": "ecf-oneline-general",
"value": ""
}
]
}
]
}
Last updated on