create_newsletter
Generate and configure newsletters in Ghost CMS by specifying name, description, status, subscription settings, and design preferences. Automate member subscriptions and customize layout elements for tailored email campaigns.
Instructions
Create a new newsletter.
Args:
name: Name of the newsletter (required)
description: Newsletter description
status: Newsletter status ("active" or "archived")
subscribe_on_signup: Whether to subscribe new members automatically
opt_in_existing: Whether to subscribe existing members
sender_reply_to: Reply-to setting ("newsletter" or "support")
show_header_icon: Whether to show header icon
show_header_title: Whether to show header title
show_header_name: Whether to show header name
show_feature_image: Whether to show feature image
title_font_category: Font category for titles
title_alignment: Title alignment
body_font_category: Font category for body text
show_badge: Whether to show badge
ctx: Optional context for logging
Returns:
Formatted string containing the created newsletter details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body_font_category | No | sans_serif | |
description | No | ||
name | Yes | ||
opt_in_existing | No | ||
sender_reply_to | No | newsletter | |
show_badge | No | ||
show_feature_image | No | ||
show_header_icon | No | ||
show_header_name | No | ||
show_header_title | No | ||
status | No | active | |
subscribe_on_signup | No | ||
title_alignment | No | center | |
title_font_category | No | sans_serif |