eavz
Vimeo

Vimeo

5 actions
4 triggers

Actions

Name
upload_video

Upload a video to your Vimeo account

delete_video

Delete a video from Vimeo

add_video_to_showcase

Adds an existing video to a user's showcase

add_video_to_folder

Adds an existing video to a user's folder

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_video_liked

Triggers when you like a new video on Vimeo

new_video_by_search

Triggers when a new video is added that matches a search query

new_video_of_mine

Triggers when you add/upload a new video

new_video_by_user

Triggers when another specified user adds a video

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'vimeo',
  actionName: 'upload_video',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Vimeo to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Vimeo support?

Vimeo supports 5 actions including Upload Video, Delete Video, Add Video to Showcase, Add Video to Folder, Custom API Call.

Can I use Vimeo with AI agents?

Yes. Add Vimeo to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Vimeo use?

Vimeo uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Vimeo integration cost?

The Vimeo integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Vimeo support?

Vimeo supports 4 triggers including New Video I've Liked, New Video by Search, New Video of Mine, New Video by User.

Connect Vimeo in 2 minutes

Get 1,000 free actions every month. No credit card required.