Explore Plans
Mobile menu Close menu
Tumblr

New Link Post Created

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

Developer info

API endpoint slug
tumblr.new_link_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

Link url The first link url in the post

Slug
link_url
Filter code
Tumblr.newLinkPost.LinkUrl
Type
Web URL
Example
https://example.com

Url The post URL

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

Post title The post title

Slug
post_title
Filter code
Tumblr.newLinkPost.PostTitle
Type
String
Example
This Title Is Awesome

Post body html The post's body (HTML)

Slug
post_body_html
Filter code
Tumblr.newLinkPost.PostBodyHtml
Type
String
Example
<p>This is an HTML body.</p>

Post tags The post's tags

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

Post The ID of the post that has been created

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

Tumblelog The name of the Tumblelog that published the post

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

Created at Date and time event was created.

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