This action will publish a video or Short from a given URL to your YouTube channel. Video will be uploaded as a Short or regular video based on the video length and aspect ratio. API endpoint slug youtube.upload_video Filter code method Youtube.uploadVideo.skip(string?: reason) Runtime method runAction("youtube.upload_video", {})
Action fields Label Video URL Helper text URL to the video you wish to publish. Slug video_url Required true Can have default value true Filter code method Youtube.uploadVideo.setVideoUrl(string: videoUrl) Label Title Helper text Title for the video Slug title Required false Can have default value true Filter code method Youtube.uploadVideo.setTitle(string: title) Label Description Helper text Description of the video Slug description Required false Can have default value true Filter code method Youtube.uploadVideo.setDescription(string: description)