This trigger fires when you publish a new post carrying a specific tag on your Ghost site.
- API endpoint slug
- ghost.new_post_published_with_tag
Trigger fields
- 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
- Slug
- title
- Filter code
- Ghost.newPostPublishedWithTag.Title
- Type
- String
- Example
- How I built my newsletter
- Slug
- post_url
- Filter code
- Ghost.newPostPublishedWithTag.PostUrl
- Type
- Web URL
- Example
- https://demo.ghost.io/how-i-built-my-newsletter/
- 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.
- Slug
- author_name
- Filter code
- Ghost.newPostPublishedWithTag.AuthorName
- Type
- String
- Example
- Jane Doe
- Slug
- matched_tag
- Filter code
- Ghost.newPostPublishedWithTag.MatchedTag
- Type
- String
- Example
- Newsletter
- Slug
- feature_image
- Filter code
- Ghost.newPostPublishedWithTag.FeatureImage
- Type
- Image URL
- Example
- https://demo.ghost.io/content/images/2026/06/cover.jpg
- Slug
- published_at
- Filter code
- Ghost.newPostPublishedWithTag.PublishedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00