Explore Plans
Mobile menu Close menu
Tumblr

New Video Post Created

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

Developer info

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

Url The post URL

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

Video url The 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 embed The 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 url The 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 tags The post's tags

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

Tumblelog The name of the Tumblelog that published the post

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

Post The ID of the post that has been created

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

Created at Date and time event was created.

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