Explore Plans
Mobile menu Close menu
TumblrTumblr

Create a quote post

This action will create a quote post at Tumblr.

Developer info

API endpoint slug
tumblr.create_quote_post
Filter code method
Tumblr.createQuotePost.skip(string?: reason)
Runtime method
runAction("tumblr.create_quote_post", {})

Action fields

Tumblelog Dropdown list

Label
Tumblelog
Slug
tumblelog
Required
true
Can have default value
false

Quote Text input > Long text

Label
Quote
Slug
quote
Required
true
Can have default value
true
Filter code method
Tumblr.createQuotePost.setQuote(string: quote)

Source Text input > Long text

Label
Source
Slug
source
Required
false
Can have default value
true
Filter code method
Tumblr.createQuotePost.setSource(string: source)

Tags Text input > Tags

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

Publish state Dropdown list

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