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

Create an audio post from URL

This Action will create an audio post on your Tumblr blog from the given URL to an MP3 file.

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_audio_post_from_url
Filter code method
TumblrLegacy.createAudioPostFromUrl.skip(string?: reason)
Runtime method
runAction("tumblr_legacy.create_audio_post_from_url", {})

Action fields

Audio URL Text input > Audio

Label
MP3 file URL
Slug
audio_url
Required
true
Can have default value
true
Filter code method
TumblrLegacy.createAudioPostFromUrl.setAudioUrl(string: audioUrl)

Caption Text input > Short text

Label
Caption
Slug
caption
Required
false
Can have default value
true
Filter code method
TumblrLegacy.createAudioPostFromUrl.setCaption(string: caption)

Tags Text input > Tags

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

State Dropdown list

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