Scheduled meeting webhook events

Definition of webhook events that are triggered on when meetings are scheduled, updated, or cancelled

Geoff Mina avatar
Written by Geoff Mina
Updated over a week ago

X-Event-Type values

  • MeetingScheduled

  • MeetingUpdated

  • MeetingCancelled

{
"id": "64b824df6ce6226305f24b53",
"accountId": 10016,
"ownerUserId": null,
"sampleData": false,
"meetingId": "63076a1320e0d10001e6cb63",
"clientId": "63c5ea0c840e3207033931b5",
"meetingStatus": "Scheduled",
"meetingName": "Geoff Mina / 30 minute meeting",
"schedulerName": "30 minute meeting",
"confirmedTime": {
"start": "2023-07-19T22:30:00.000Z",
"end": "2023-07-19T23:00:00.000Z"
},
"scheduledTimezone": "America/New_York",
"scheduledLocale": "en-US",
"formData": {
"firstName": "Geoff",
"lastName": "Mina",
"email": "geoff.mina@withmoxie.com",
"phone": "+445555555555",
"role": null,
"businessName": null,
"website": null,
"address1": null,
"address2": null,
"city": null,
"locality": null,
"postal": null,
"country": null,
"sourceUrl": null,
"opportunityId": null,
"templateId": null,
"cardTokenId": null,
"leadSource": null,
"answers": []
},
"location": {
"type": "Google"
},
"zoomMeeting": null,
"googleMeeting": {
"googleUserId": 16,
"eventId": "_6oq64e1i6hi6cdj3ckr34chm6co3aphi6hh3acq0d1im6t39cdgn0s1ecdnmq",
"hangoutLink": "https://meet.google.com/swq-azkw-zkt",
"htmlLink": "https://www.google.com/calendar/event?eid=XzZvcTY0ZTFpNmhpNmNkajNja3IzNGNobTZjbzNhcGhpNmhoM2FjcTBkMWltNnQzOWNkZ24wczFlY2RubXEgZ2VvZmYubWluYUBoZWN0aWMudXM",
"googleUser": {
"name": "Geoff Mina",
"given_name": "Geoff",
"family_name": "Mina",
"picture": "https://lh3.googleusercontent.com/a/AGNmyxYxJL9h8SnY6z2oXg7fNHAdov1TJ4--RQtiAMn8=s96-c",
"email": "geoff.mina@hectic.us",
"email_verified": true,
"locale": "en"
},
"entryPoints": [
{
"entryPointType": "video",
"label": "meet.google.com/swq-azkw-zkt",
"uri": "https://meet.google.com/swq-azkw-zkt"
},
{
"entryPointType": "more",
"pin": "4419810087411",
"uri": "https://tel.meet/swq-azkw-zkt?pin=4419810087411"
},
{
"entryPointType": "phone",
"label": "+1 646-504-7945",
"pin": "978184485",
"regionCode": "US",
"uri": "tel:+1-646-504-7945"
}
]
},
"microsoftEvent": null,
"connectedICalUid": null,
"notes": null,
"cancellationReason": null,
"leadGenArchived": false,
"opportunityId": null,
"files": [],
"meetingWith": "Moxie",
"incomeRecordId": null,
"icalUid": "64b824df6ce6226305f24b53@hecticapp.com"
}

Did this answer your question?