Close menu
Explore Plans
Mobile menu Close menu
Ghost

New post published with tag

This trigger fires when you publish a new post carrying a specific tag on your Ghost site.

Developer info

API endpoint slug
ghost.new_post_published_with_tag

Trigger fields

Tag Dropdown list

Label
Which tag?
Helper text
Pick the tag a post must have for this trigger to fire.
Slug
tag
Required
true
Can have default value
false

Ingredients

Title

Slug
title
Filter code
Ghost.newPostPublishedWithTag.Title
Type
String
Example
How I built my newsletter

Post url

Slug
post_url
Filter code
Ghost.newPostPublishedWithTag.PostUrl
Type
Web URL
Example
https://demo.ghost.io/how-i-built-my-newsletter/

Excerpt

Slug
excerpt
Filter code
Ghost.newPostPublishedWithTag.Excerpt
Type
String
Example
A look behind the scenes at growing a newsletter from zero to ten thousand readers.

Author name

Slug
author_name
Filter code
Ghost.newPostPublishedWithTag.AuthorName
Type
String
Example
Jane Doe

Matched tag

Slug
matched_tag
Filter code
Ghost.newPostPublishedWithTag.MatchedTag
Type
String
Example
Newsletter

Feature image

Slug
feature_image
Filter code
Ghost.newPostPublishedWithTag.FeatureImage
Type
Image URL
Example
https://demo.ghost.io/content/images/2026/06/cover.jpg

Published at

Slug
published_at
Filter code
Ghost.newPostPublishedWithTag.PublishedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00