New services
Explore Plans
Mobile menu Close menu
Tumblr (legacy)Tumblr (legacy)

Create a photo post

This Action will create a photo post on your Tumblr blog.

About this action

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 Action will create a photo post on your Tumblr blog.
API endpoint slug
tumblr_legacy.create_photo_post
Filter code method
TumblrLegacy.createPhotoPost.skip(string?: reason)
Runtime method
runAction("tumblr_legacy.create_photo_post", {})

Action fields

Source URL Text input > Photo

Label
Photo URL
Slug
source_url
Required
true
Can have default value
true
Filter code method
TumblrLegacy.createPhotoPost.setSourceUrl(string: sourceUrl)

Caption Text input > Short text

Label
Photo caption
Slug
caption
Required
false
Can have default value
true
Filter code method
TumblrLegacy.createPhotoPost.setCaption(string: caption)

Tags Text input > Tags

Label
Tags
Helper text
Comma separated
Slug
tags
Required
false
Can have default value
true
Filter code method
TumblrLegacy.createPhotoPost.setTags(string: tags)

State Dropdown list

Label
Publish
Slug
state
Required
false
Can have default value
true
Filter code method
TumblrLegacy.createPhotoPost.setState(string: state)