GoToMeeting Connected System

Overview


GoToMeeting Connected System uses the GoToMeeting API to access its functionality. Before gaining access to the GoToMeeting platform's APIs, the connected system must first authenticate with it. The access token includes details about your app and the authorizations needed for it to use the resources and APIs. We need to register on the GoToMeeting website in order to receive an access token.

Key Features & Functionality


Integrations:

  1. Create Meeting- Integration to create a new meeting.
  2. Upcoming Meetings- Get all the upcoming meetings that are scheduled.
  3. Delete Meeting- Integration to delete the particular meeting identified by the meetingId.
  4. Get Meeting- Integration to get a particular meeting using a meetingId.
  5. Start Meeting- Integration starts a meeting using a meetingId.
  6. Update Meeting- Integration to update an existing meeting specified by meetingId that we need to update.
  7. Historical Meetings- Get historical meetings for the currently authenticated organizer that started within the specified date/time range.
  8. Get Attendees By Meeting- Integration that lists all attendees for specified meetingId of historical meeting.
Anonymous