PipedreamHQ / PipedreamHQ/pipedream

[Components] zoomai

Open
#13,330 1 comment 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# zoomai
## URLs
## Webhook Sources
### new-meeting-request-instant
#### Prompt
Emit new event when a new meeting request is created. The user is required to specify details about the meeting request in the props.
### new-contact-added-instant
#### Prompt
Emit new event when a new contact is added through any personal scheduling link. Props required include details of the new contact such as name, and email address.
### meeting-completed-instant
#### Prompt
Emit new event after a meeting is complete. User should provide the meeting ID in the required props to capture specifics of the completed meeting.
## Actions
### create-meeting-request
#### Prompt
Automatically generate a meeting request with specified contacts. This action requires the 'contacts' prop; an array of contact identifiers. It also supports optional props like 'meetingDetails' to include message, topic, or special instructions.
### find-meeting-type-details
#### Prompt
Retrieve details of a specific meeting type, such as scheduling links. This action requires the 'meetingType' prop; a category identifier for the kind of meeting intended.
### create-contact
#### Prompt
Enable the creation of a new contact. This action requires 'contactDetails' prop; structured information including at least the full name and email address. Additional optional props can include phone, company, position and address.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.