New services
Explore Plans
Mobile menu Close menu
TumblrTumblr

Create a photo post

This action will create a Photo Post on Tumblr.

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 Tumblr.
API endpoint slug
tumblr.create_photo_post
Filter code method
Tumblr.createPhotoPost.skip(string?: reason)
Runtime method
runAction("tumblr.create_photo_post", {})

Action fields

Tumblelog Dropdown list

Label
Tumblelog
Slug
tumblelog
Required
true
Can have default value
false

URL Text input > Photo

Label
Photo URL
Slug
url
Required
true
Can have default value
true
Filter code method
Tumblr.createPhotoPost.setUrl(string: url)

Caption Text input > Short text

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

Tags Text input > Tags

Label
Tags
Slug
tags
Required
false
Can have default value
true
Filter code method
Tumblr.createPhotoPost.setTags(string: tags)

Publish state Dropdown list

Label
Publish
Slug
publish_state
Required
true
Can have default value
true
Filter code method
Tumblr.createPhotoPost.setPublishState(string: publishState)