Possile to re-use an email only post?

I’ve got a post that includes embedded video for people whose need to renew their subscriptions. Once that post is created and emailed out, is there a way to use it again and email it to a new group? Ideally, I’ll be running a script that finds recently expired members and emails them this post.

I don’t think so, BUT your script can make a duplicate of it (use the Admin API - grab the post in question with a ‘get’ request and then create a new post with the same content (minus the post ID and slug), and then set THAT up to go out via email.

(You /may/ be able to trick Ghost into letting it be emailed again by changing the post status to ‘draft’ again, but I’m not certain.)

1 Like