Group Location
Explore Plans
Mobile menu Close menu
TumblrTumblr

Create a link post

This action will create a Link Post at 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
API endpoint slug
tumblr.create_link_post
Filter code method
Tumblr.createLinkPost.skip(string?: reason)
Runtime method
runAction("tumblr.create_link_post", {})

Action fields

Tumblelog Dropdown list

Label
Tumblelog
Slug
tumblelog
Required
true
Can have default value
false

Title Text input > Title

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

URL Text input > Link

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

Description Text input > Long text

Label
Description
Slug
description
Required
false
Can have default value
true
Filter code method
Tumblr.createLinkPost.setDescription(string: description)

Tags Text input > Tags

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

Publish state Dropdown list

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