A beginner's guide
Explore Plans
Mobile menu Close menu
TumblrTumblr

New Audio Post Created

This trigger fires when a new audio post belonging to the specified Tumblelog is created.

About this trigger

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
This trigger fires when a new audio post belonging to the specified Tumblelog is created.
API endpoint slug
tumblr.new_audio_post

Trigger fields

Tumblelog Dropdown list

Label
Tumblelog
Helper text
Enter the tumblelog name that this trigger should fire for
Slug
tumblelog
Required
true
Can have default value
false

Ingredients

Audio URLThe audio URL for the post

Slug
audio_url
Filter code
Tumblr.newAudioPost.AudioUrl
Type
Web URL
Example
https://soundcloud.com/captpartyhere/flavortown-ft-guy-fieri

Audio embedThe post's body (HTML), which is a best effort audio HTML render.

Slug
post_body_html
Filter code
Tumblr.newAudioPost.AudioEmbed
Type
String
Example
<audio src="https://example.com"></audio>

URLThe post URL

Slug
url
Filter code
Tumblr.newAudioPost.Url
Type
Web URL
Example
https://staff.tumblr.com/post/659803739627094017

Thumbnail URLThe thumbnail image URL for the post

Slug
thumbnail_url
Filter code
Tumblr.newAudioPost.ThumbnailUrl
Type
Web URL
Example
https://64.media.tumblr.com/a18c8063bf9d095d99f12b51d3dd1eda/57803298a6ae7123-0a/s1280x1920/fb2fce67958156e2231da15522ddb6850e1559ff.gifv

TumblelogThe name of the Tumblelog that published the post

Slug
tumblelog
Filter code
Tumblr.newAudioPost.Tumblelog
Type
String
Example
staff

Post tagsThe post's tags

Slug
post_tags
Filter code
Tumblr.newAudioPost.PostTags
Type
String
Example
Sky,Earth,Wind,Fire

Post IDThe ID of the post that has been created

Slug
post_id
Filter code
Tumblr.newAudioPost.PostId
Type
String
Example
123456789

Created atDate and time event was created.

Slug
created_at
Filter code
Tumblr.newAudioPost.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00