fixes #8901 /claim #8901
add vimeo piece for video automation workflows
this pull request introduces a new vimeo integration that enables users to automate video workflows through activepieces
triggers that fire when • you like a video on vimeo • new videos match your search terms • you upload new videos • specific users upload videos
actions to • upload videos from urls with metadata • add videos to albums • delete videos permanently
User → Vimeo Piece → OAuth2 Auth → Vimeo API ↓ Triggers Actions ├─ liked videos ├─ upload from url ├─ search results ├─ add to album ├─ my uploads └─ delete video └─ user uploads ↓ Automations ├─ slack notifications ├─ spreadsheet logging ├─ email newsletters └─ calendar updates
built using oauth2 authentication with vimeo api v3 following standard activepieces piece architecture with polling based triggers for reliable video monitoring and comprehensive error handling throughout
automatically share liked videos in slack channels or monitor conference keywords and log results to spreadsheets or send newsletters when uploading new content
complete piece structure under packages/pieces/community/vimeo
including authentication client triggers actions and documentation with zero modifications to existing codebase
this implementation covers all required functionality from the bounty specification and is ready for immediate use in automation workflows
Wali
@waliilaw
Activepieces (YC S22)
@activepieces