Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
GoToMeeting (Preview)
GoToMeeting is an online meeting tool. You can schedule your own meetings or watch for the ones you are invited to.
This connector is available in the following products and regions:
| Service | Class | Regions |
|---|---|---|
| Copilot Studio | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
| Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
| Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
| Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
| Contact | |
|---|---|
| URL | https://support.goto.com/meeting |
| Connector Metadata | |
|---|---|
| Publisher | LogMeIn Inc |
| Website | https://www.goto.com/ |
| Privacy policy | https://www.logmeininc.com/legal/privacy?c_prod=care&c_name=iph |
Throttling Limits
| Name | Calls | Renewal Period |
|---|---|---|
| Frequency of trigger polls | 1 | 120 seconds |
Actions
| Create a meeting (Preview) |
Create a new meeting based on the parameters specified. |
| Create a meeting [DEPRECATED] |
This action has been deprecated. Please use Create a meeting instead.
|
| Get a meeting |
Returns the meeting details for the specified meeting. |
| Get meeting attendees |
Returns a list of attendees for a meeting with the given ID. |
| List upcoming meetings |
Returns upcoming meetings for the authenticated organizer. |
| Update a meeting |
Updates an existing meeting specified by meetingId. |
Create a meeting (Preview)
- Operation ID:
- CreateMeeting_V2
Create a new meeting based on the parameters specified.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Subject
|
subject | True | string | |
|
Start time
|
starttime | True | date-time |
Time format: yyyy-MM-ddTHH:mm:ss.fffZ (2016-07-20T08:00:59.000Z). |
|
End time
|
endtime | True | date-time |
Time format: yyyy-MM-ddTHH:mm:ss.fffZ (2016-07-20T08:00:59.000Z). |
|
Requires password
|
passwordrequired | True | boolean |
Indicates whether the meeting requires a password. |
|
Conference call info
|
conferencecallinfo | True | string |
Conference call type (PSTN, Free, Hybrid, Private, VoIP) or a custom value. |
|
Meeting type
|
meetingtype | True | string |
The type of meeting to create (immediate, recurring, scheduled). |
Returns
- Body
- NewMeetingResponse
Create a meeting [DEPRECATED]
- Operation ID:
- CreateMeeting
This action has been deprecated. Please use Create a meeting instead.
Create a new meeting based on the parameters specified.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Subject
|
subject | True | string | |
|
Start time
|
starttime | True | date-time |
Time format: yyyy-MM-ddTHH:mm:ss.fffZ (2016-07-20T08:00:59.000Z) |
|
End time
|
endtime | True | date-time |
Time format: yyyy-MM-ddTHH:mm:ss.fffZ (2016-07-20T08:00:59.000Z) |
|
Requires password
|
passwordrequired | True | boolean |
Indicates whether the meeting requires a password |
|
Conference call info
|
conferencecallinfo | True | string |
Conference call type (PSTN, Free, Hybrid, Private, VoIP) or a custom value |
|
Meeting type
|
meetingtype | string |
The type of meeting to create (immediate, recurring, scheduled) |
Returns
- Body
- NewMeetingResponse
Get a meeting
- Operation ID:
- GetMeeting
Returns the meeting details for the specified meeting.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Meeting Id
|
meetingId | True | string |
Select or enter a meeting Id |
Returns
Represents a meeting
- Body
- Meeting
Get meeting attendees
- Operation ID:
- GetMeetingAttendees
Returns a list of attendees for a meeting with the given ID.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Meeting Id
|
meetingId | True | string |
The id of the meeting |
Returns
- Items
- AttendeeArray
List upcoming meetings
- Operation ID:
- GetUpcomingMeetings
Update a meeting
- Operation ID:
- UpdateMeeting
Updates an existing meeting specified by meetingId.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Meeting Id
|
meetingId | True | string |
Select or enter a meeting Id |
|
Subject
|
subject | True | string | |
|
Start time
|
starttime | True | date-time |
Time format: yyyy-MM-ddTHH:mm:ss.fffZ (2016-07-20T08:00:59.000Z) |
|
End time
|
endtime | True | date-time |
Time format: yyyy-MM-ddTHH:mm:ss.fffZ (2016-07-20T08:00:59.000Z) |
|
Requires password
|
passwordrequired | True | boolean |
Indicates whether the meeting requires a password |
|
Conference call info
|
conferencecallinfo | True | string |
Conference call type (PSTN, Free, Hybrid, Private, VoIP) or a custom value |
|
Meeting type
|
meetingtype | string |
The type of meeting to create (immediate, recurring, scheduled) |
Triggers
| When a meeting ends |
Triggers when a meeting ends. |
| When a meeting is created |
Triggers a flow when a new meeting is created |
When a meeting ends
- Operation ID:
- OnMeetingComplete
Triggers when a meeting ends.
Returns
| Name | Path | Type | Description |
|---|---|---|---|
|
Subject
|
subject | string |
The subject of the meeting. |
|
Start time
|
startTime | date-time |
The start time of the meeting, in yyyy-MM-ddTHH:mm:ss.fffZ (2016-07-20T08:00:59.000Z). |
|
End time
|
endTime | date-time |
The end time of the meeting, in yyyy-MM-ddTHH:mm:ss.fffZ (2016-07-20T08:00:59.000Z). |
|
Organizer first name
|
firstName | string |
The first name of the meeting organizer. |
|
Organizer last name
|
lastName | string |
The last name of the meeting organizer. |
|
Organizer email
|
string |
The email address of the meeting organizer. |
|
|
Conference call info
|
conferenceCallInfo | string |
Audio options for the meeting. |
|
Requires password
|
passwordRequired | string |
Indicates whether the meeting requires a password. |
|
Status
|
status | string | |
|
Location code
|
locale | string |
Indicates the location and language of the meeting. |
|
Meeting Id
|
meetingId | string |
The id of the meeting. |
|
Meeting type
|
meetingType | string |
The meeting type, such as immediate, recurring or scheduled. |
When a meeting is created
- Operation ID:
- OnNewMeeting
Triggers a flow when a new meeting is created
Returns
| Name | Path | Type | Description |
|---|---|---|---|
|
Subject
|
subject | string |
The subject of the meeting. |
|
Start time
|
startTime | date-time |
The start time of the meeting, in yyyy-MM-ddTHH:mm:ss.fffZ (2016-07-20T08:00:59.000Z). |
|
End time
|
endTime | date-time |
The end time of the meeting, in yyyy-MM-ddTHH:mm:ss.fffZ (2016-07-20T08:00:59.000Z). |
|
Organizer first name
|
firstName | string |
The first name of the meeting organizer. |
|
Organizer last name
|
lastName | string |
The last name of the meeting organizer. |
|
Organizer email
|
string |
The email address of the meeting organizer. |
|
|
Conference call info
|
conferenceCallInfo | string |
Audio options for the meeting. |
|
Requires password
|
passwordRequired | string |
Indicates whether the meeting requires a password. |
|
Status
|
status | string | |
|
Location code
|
locale | string |
Indicates the location and language of the meeting. |
|
Meeting Id
|
meetingId | string |
The id of the meeting. |
|
Meeting type
|
meetingType | string |
The meeting type, such as immediate, recurring or scheduled. |
Definitions
Meeting
Represents a meeting
| Name | Path | Type | Description |
|---|---|---|---|
|
Subject
|
subject | string |
The subject of the meeting. |
|
Start time
|
startTime | date-time |
The start time of the meeting, in yyyy-MM-ddTHH:mm:ss.fffZ (2016-07-20T08:00:59.000Z). |
|
End time
|
endTime | date-time |
The end time of the meeting, in yyyy-MM-ddTHH:mm:ss.fffZ (2016-07-20T08:00:59.000Z). |
|
Organizer first name
|
firstName | string |
The first name of the meeting organizer. |
|
Organizer last name
|
lastName | string |
The last name of the meeting organizer. |
|
Organizer email
|
string |
The email address of the meeting organizer. |
|
|
Conference call info
|
conferenceCallInfo | string |
Audio options for the meeting. |
|
Requires password
|
passwordRequired | string |
Indicates whether the meeting requires a password. |
|
Status
|
status | string | |
|
Location code
|
locale | string |
Indicates the location and language of the meeting. |
|
Meeting Id
|
meetingId | integer |
The id of the meeting. |
|
Meeting type
|
meetingType | string |
The meeting type, such as immediate, recurring or scheduled. |
MeetingArray
| Name | Path | Type | Description |
|---|---|---|---|
|
Subject
|
subject | string |
The subject of the meeting. |
|
Start time
|
startTime | date-time |
The start time of the meeting, in yyyy-MM-ddTHH:mm:ss.fffZ (2016-07-20T08:00:59.000Z). |
|
End time
|
endTime | date-time |
The end time of the meeting, in yyyy-MM-ddTHH:mm:ss.fffZ (2016-07-20T08:00:59.000Z). |
|
Organizer first name
|
firstName | string |
The first name of the meeting organizer. |
|
Organizer last name
|
lastName | string |
The last name of the meeting organizer. |
|
Organizer email
|
string |
The email address of the meeting organizer. |
|
|
Conference call info
|
conferenceCallInfo | string |
Audio options for the meeting. |
|
Requires password
|
passwordRequired | string |
Indicates whether the meeting requires a password. |
|
Status
|
status | string | |
|
Location code
|
locale | string |
Indicates the location and language of the meeting. |
|
Meeting Id
|
meetingId | string |
The id of the meeting. |
|
Meeting type
|
meetingType | string |
The meeting type, such as immediate, recurring or scheduled. |
NewMeetingResponse
| Name | Path | Type | Description |
|---|---|---|---|
|
Join URL
|
joinURL | string |
A URL that can be used to join the meeting |
|
Meeting Id
|
meetingid | integer |
The id of the meeting. |
|
Max participants
|
maxParticipants | integer |
The maximum number of participants allowed in the meeting. |
|
Conference call info
|
conferenceCallInfo | string |
Audio options for the meeting. |
Attendee
| Name | Path | Type | Description |
|---|---|---|---|
|
Group name
|
groupName | string |
The group the attendee belongs to. |
|
Name
|
attendeeName | string |
The name of the attendee. |
|
Join time
|
joinTime | date-time |
The time the attendee joined the meeting. |
|
Leave time
|
leaveTime | date-time |
The time the attendee left the meeting. |
|
Attendee email
|
attendeeEmail | string |
The email address of the attendee. |
AttendeeArray
| Name | Path | Type | Description |
|---|---|---|---|
|
Items
|
Attendee |
