Explore Plans
Mobile menu Close menu
TumblrTumblr

Create an audio post

This action will create an Audio Post on Tumblr.

Developer info

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

Action fields

Tumblelog Dropdown list

Label
Tumblelog
Slug
tumblelog
Required
true
Can have default value
false

URL Text input > Audio

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

Caption Text input > Long text

Label
Audio caption
Slug
caption
Required
false
Can have default value
true
Filter code method
Tumblr.createAudioPost.setCaption(string: caption)

Tags Text input > Tags

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

Publish state Dropdown list

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