Create Wistia video from new Google Sheets row
This action will create a new video in Wistia by importing from a public file URL.
Developer info
- API endpoint slug
- wistia.create_video_from_file
- Filter code method
- Wistia.createVideoFromFile.skip(string?: reason)
- Runtime method
- runAction("wistia.create_video_from_file", {})
Action fields
File url Text input > Other
- Label
- File URL
- Helper text
- Public URL of the video file to import.
- Slug
- file_url
- Required
- true
- Can have default value
- true
- Filter code method
- Wistia.createVideoFromFile.setFileUrl(string: file_url)
Video name Text input > Title
- Label
- Video name
- Helper text
- Name for the new video.
- Slug
- video_name
- Required
- true
- Can have default value
- true
- Filter code method
- Wistia.createVideoFromFile.setVideoName(string: video_name)
Project Dropdown list
- Label
- Project
- Helper text
- Project to upload to. Leave blank to use a default Uploads project.
- Slug
- project_id
- Required
- false
- Can have default value
- false
