This action will create a Video Post on Tumblr.
- API endpoint slug
- tumblr.create_video_post
- Filter code method
- Tumblr.createVideoPost.skip(string?: reason)
- Runtime method
- runAction("tumblr.create_video_post", {})
Action fields
- Label
- Tumblelog
- Slug
- tumblelog
- Required
- true
- Can have default value
- false
- Label
- Video URL
- Slug
- url
- Required
- true
- Can have default value
- true
- Filter code method
- Tumblr.createVideoPost.setUrl(string: url)
- Label
- Video caption
- Slug
- caption
- Required
- false
- Can have default value
- true
- Filter code method
- Tumblr.createVideoPost.setCaption(string: caption)
- Label
- Tags
- Slug
- tags
- Required
- false
- Can have default value
- true
- Filter code method
- Tumblr.createVideoPost.setTags(string: tags)
- Label
- Publish
- Slug
- publish_state
- Required
- true
- Can have default value
- true
- Filter code method
- Tumblr.createVideoPost.setPublishState(string: publishState)