PipedreamHQ / PipedreamHQ/pipedream
[Components] pitchlane
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# pitchlane
## URLs
- https://app.pitchlane.com/docs/
## Webhook Sources
### new-video-created-instant
#### Prompt
Emit new event when a new Pitchlane video is created. Prop 'videoId' will specify the created video.
#### URLs
- https://app.pitchlane.com/docs/
### new-video-rendered-instant
#### Prompt
Emit new event when a Pitchlane video has been rendered. Prop 'videoId' will specify the rendered video.
#### URLs
- https://app.pitchlane.com/docs/
### new-video-first-viewed-instant
#### Prompt
Emit new event when a video is viewed for the first time only. Prop 'videoId' will specify the viewed video.
#### URLs
- https://app.pitchlane.com/docs/
## Actions
### create-video
#### Prompt
Generates a new video in Pitchlane to be processed and displayed. User needs to configure props for video details such as title, length, format, and content.
#### URLs
- https://app.pitchlane.com/docs/#/videos/post_campaigns__campaignId__videos
### find-create-video
#### Prompt
Searches for a video within a predefined campaign in Pitchlane. If not found, a new video is created. User needs to configure props for campaign details and video specifications.
#### URLs
- https://app.pitchlane.com/docs/#api-Campaign-GetCampaignByID
- https://app.pitchlane.com/docs/#api-Campaign-SearchCampaign
- https://app.pitchlane.com/docs/#api-Video-CreateVideo
- https://app.pitchlane.com/docs/#api-Video-SearchVideo
### find-video
#### Prompt
Searches for a specific video within a campaign in Pitchlane. User needs to configure props for the campaign and video identifiers.
#### URLs
- https://app.pitchlane.com/docs/#video-get
Contributor guide
Assessment
This issue has not been assessed yet.