Can create draft CMS item via Integromat, but not Zapier

I’ve been experimenting with creating CMS items via both Zapier and Integromat. Integromat allows creating draft posts, while it seems like that isn’t possible with Zapier (even when I try via a webhook, though no errors seem to be thrown).

Does that seem possible? From looking at some documentation, seeing that creating drafts is discouraged.

Opinions?

Thank you!

It’s hard to say without looking at your zap, but could it be as simple as adding a _draft field and setting it to true? That’s how you do it with the Webflow API, you simply add { _draft: true, ...} to your JSON payload.

1 Like

Thank you @JudoHacker!