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

Create a text post

This Action will create a text 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
API endpoint slug
tumblr_legacy.create_text_post
Filter code method
TumblrLegacy.createTextPost.skip(string?: reason)
Runtime method
runAction("tumblr_legacy.create_text_post", {})

Action fields

Title Text input > Title

Label
Title
Slug
title
Required
false
Can have default value
true
Filter code method
TumblrLegacy.createTextPost.setTitle(string: title)

Body Text input > HTML

Label
Body
Slug
body
Required
true
Can have default value
true
Filter code method
TumblrLegacy.createTextPost.setBody(string: body)

Tags Text input > Tags

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

State Dropdown list

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