update_newsletter
Update a Ghost newsletter by ID: modify name, status, sender details, or footer. Archive or restore newsletters; sender email changes require verification.
Instructions
Update a newsletter by id; only the fields you pass are changed.
Set status="archived" to retire a newsletter (there is no delete) or
"active" to restore it. Changing sender_email starts an email
verification: Ghost emails the new address and it does NOT take effect until
the link is clicked, so sender_email may still read as its old value right
after this call. sender_reply_to is "newsletter" or "support".
Returns the updated newsletter summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| status | No | ||
| description | No | ||
| sender_name | No | ||
| sender_email | No | ||
| newsletter_id | Yes | ||
| footer_content | No | ||
| sender_reply_to | No | ||
| subscribe_on_signup | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||