New services
Explore Plans
Mobile menu Close menu
TumblrTumblr

New Video Post Created

This trigger fires when a new video post belonging to the specified Tumblelog is created.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires when a new video post belonging to the specified Tumblelog is created.
API endpoint slug
tumblr.new_video_post

Trigger fields

Tumblelog Dropdown list

Label
Tumblelog
Helper text
Enter the tumblelog name that this trigger should fire for
Slug
tumblelog
Required
true
Can have default value
false

Ingredients

URLThe post URL

Slug
url
Filter code
Tumblr.newVideoPost.Url
Type
Web URL
Example
https://staff.tumblr.com/post/659803739627094017

Video URLThe video URL for the post

Slug
video_url
Filter code
Tumblr.newVideoPost.VideoUrl
Type
Web URL
Example
https://www.youtube.com/watch?v=1dGcGkMfB5Q

Video embedThe post's body (HTML), which is a best effort video HTML render.

Slug
post_body_html
Filter code
Tumblr.newVideoPost.VideoEmbed
Type
String
Example
<video src="https://example.com"></video>

Thumbnail URLThe thumbnail image URL for the post

Slug
thumbnail_url
Filter code
Tumblr.newVideoPost.ThumbnailUrl
Type
Web URL
Example
https://64.media.tumblr.com/a18c8063bf9d095d99f12b51d3dd1eda/57803298a6ae7123-0a/s1280x1920/fb2fce67958156e2231da15522ddb6850e1559ff.gifv

Post tagsThe post's tags

Slug
post_tags
Filter code
Tumblr.newVideoPost.PostTags
Type
String
Example
Sky,Earth,Wind,Fire

TumblelogThe name of the Tumblelog that published the post

Slug
tumblelog
Filter code
Tumblr.newVideoPost.Tumblelog
Type
String
Example
staff

Post IDThe ID of the post that has been created

Slug
post_id
Filter code
Tumblr.newVideoPost.PostId
Type
String
Example
123456789

Created atDate and time event was created.

Slug
created_at
Filter code
Tumblr.newVideoPost.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00