This trigger fires when a new post belonging to the specified Tumblelog is created with a specific tag.
- API endpoint slug
- tumblr.new_post_with_tag
Trigger fields
- Label
- Tumblelog
- Slug
- tumblelog
- Required
- true
- Can have default value
- false
- Label
- Tag
- Slug
- tag
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- url
- Filter code
- Tumblr.newPostWithTag.Url
- Type
- Web URL
- Example
- https://staff.tumblr.com/post/659803739627094017
- Slug
- post_title
- Filter code
- Tumblr.newPostWithTag.PostTitle
- Type
- String
- Example
- My Nifty Post
- Slug
- post_body_text
- Filter code
- Tumblr.newPostWithTag.PostBodyText
- Type
- String
- Example
- This is the body of a post. Neat.
- Slug
- post_body_html
- Filter code
- Tumblr.newPostWithTag.PostBodyHtml
- Type
- String
- Example
- <p>This is an HTML body.</p>
- Slug
- post_tags
- Filter code
- Tumblr.newPostWithTag.PostTags
- Type
- String
- Example
- Sky,Earth,Wind,Fire
- Slug
- post_id
- Filter code
- Tumblr.newPostWithTag.PostId
- Type
- String
- Example
- 123456789
- Slug
- tumblelog
- Filter code
- Tumblr.newPostWithTag.Tumblelog
- Type
- String
- Example
- staff
- Slug
- created_at
- Filter code
- Tumblr.newPostWithTag.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00