This action will create a video post on Threads.
- API endpoint slug
- threads.post_video
- Filter code method
- Threads.postVideo.skip(string?: reason)
- Runtime method
- runAction("threads.post_video", {})
Action fields
- Label
- Text
- Helper text
- An optional text content you want to post with your video.
- Slug
- text
- Required
- false
- Can have default value
- true
- Filter code method
- Threads.postVideo.setText(string: text)
- Label
- Video URL
- Helper text
- URL to the video you want to post. Only MP4 and MOV images are allowed.
- Slug
- media_url
- Required
- true
- Can have default value
- true
- Filter code method
- Threads.postVideo.setMediaUrl(string: mediaUrl)