Developer DocumentationWebhooksJSON MessagesMeeting RequestsMeeting Request Modified

This article provides details on the ‘Meeting Request Modified’ integration point.

JSON Message Structure

This is an example of the JSON message for this integration point. The data represents the modified meeting request.

{
  "eventType": "MeetingRequestModified",
  "messageTime": "2044-01-09T03:38:19.310Z",
  "messageStub": "ae234e1b-24e3-48b3-9ecc-7e21f6d869b0",
  "message": [
    {
      "requestor_work_phone": "",
      "evt_stub": "73657035-86C7-497D-83C5-E171E3AA3631",
      "smm_form_stub": "08D80DFE-BF9E-443B-AD5B-6992898090DE",
      "meeting_request_name": "Staff Meeting",
      "requestor_last_name": "bansal",
      "requestor_first_name": "utkarsh",
      "requestor_email_addr": "testb@example.com",
      "last_modified_date": "1547005099310",
      "accountStub": "0C8B412B-EB8E-41DA-8974-C403D888B907",
      "created_date": "1547004965680",
      "meeting_request_event": {
        "evt_start_date": "1547271120000",
        "evt_end_date": "1547357400000"
      },
      "meeting_request_stub": "005BEE2C-0C0A-4308-8C24-40F6756E7B17"
    }
  ]
}

Understanding the JSON Message

  • Empty Fields: Fields appearing as empty ("") indicate no data is available for that field.
Last updated on