Buttondown Documentation
Breaking change: we've removed the ability to send non-final emails like drafts from /v1/subscribers/{id}/emails. Such requests will now return an error message:
This is a breaking change, and apologies if you suddenly started getting 400s as a result of it, but the fix should hopefully be simple: just migrate that call to /v1/emails/{id}/send-draft instead.