I have upgraded to the Ghost v2 and Iâm exploring the new api webhooks. The first one I tried was the post updated where its properties look ok. Post createdâs status seems incorrect. No?
status is draft? Was that intended or it should be âpublishedâ?
Hey! No params. Im using the Custom Integration and I select âPost Createdâ with a webhook. After I create a new post, in the admin, my webhook gets triggered then I console log req.body.post.
My understanding of draft is that itâs not displayed public.
On the âPost Updatedâ webhook, I could check for âstatus === publishedâ. Im looking for âpublishedâ when I publish any article
I strongly believe this is a bug as the url also points to 404: