Create scheduled posts via the api

I’m able to create a scheduled post with the Ghost Pro hosted version, however emails are not being sent when the post goes live.

Hi. Scheduling posts (including posts to be emailed) is possible with the API, but it’s tricky - the way I get it to work is to first create the post as a draft, then schedule it. Here’s an example - you’ll want to change email_only to false, but it should get you most of the way there:

I want it to be a post and an email though.

Yes. That’s why I told you you’d need to change email_only.

missed that. thanks!

also i’m just using fetch do you know how to send the second object with the newsletter details in a fetch call?

Yep, see this bit in the docs: