Group Location
Explore Plans
Mobile menu Close menu
Tumblr (legacy)Tumblr (legacy)

Create a link post

This Action will create a link 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_link_post
Filter code method
TumblrLegacy.createLinkPost.skip(string?: reason)
Runtime method
runAction("tumblr_legacy.create_link_post", {})

Action fields

Title Text input > Title

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

URL Text input > Link

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

Description Text input

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

Tags Text input > Tags

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

State Dropdown list

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