create_newsletter
Create a newsletter for your Ghost blog with required name and optional configuration of sender, reply-to, and subscriber opt-in.
Instructions
Create a newsletter.
Only name is required. sender_reply_to is either "newsletter" (use
the sender address) or "support" (use the Portal support address). Set
opt_in_existing=true to also subscribe existing subscribed members to this
new newsletter. To set a custom sender_email, create the newsletter first,
then update_newsletter (the address needs email verification). Returns the
created newsletter's summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| sender_name | No | ||
| opt_in_existing | No | ||
| sender_reply_to | No | ||
| subscribe_on_signup | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||