PipedreamHQ / PipedreamHQ/pipedream
[Components] goto_meeting
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# goto_meeting
## URLs
- https://developer.goto.com/GoToMeetingV1
## Polling Sources
### new-meeting
#### Prompt
Emit new event when a meeting is created in your account. Props: None required.
#### URLs
- https://developer.goto.com/GoToMeetingV1/#tag/Meetings/operation/getHistoricalMeetingsByMeetingId
## Actions
### create-meeting
#### Prompt
Create a scheduled meeting. Required props are: 'subject', 'starttime', 'endtime', 'passwordrequired', 'conferencecallinfo' and 'meetingtype'. Optional props: 'timezonekey' and 'coorganizerKeys'. Prop coorganizerKeys has async options
#### URLs
- https://developer.goto.com/GoToConnect#tag/Users/paths/~1users~1v1~1users/get
- https://developer.goto.com/GoToMeetingV1/#tag/Meetings/operation/createMeeting
Contributor guide
Assessment
This issue has not been assessed yet.