Site Publish Webhook Not Triggering

Not sure why the webhook isn’t triggering when I publish my site. It should send to the webhook when I publish, is there something I’m missing?

1 Like

Hello,

This week I start facing the same issue and was investigating in details.
What I notice is when we add new item to the collection from API no error appears but when we try to publish it we get the validation error bellow:

{
“publishedItemIds”: ,
“errors”: [
“ValidationError: Validation Failure”
]
}

Using the v2 api.

If we use the v1 api to publish the same item we got the same error with more details, but it does not make sense.

I’m waiting for some response from the support as weel.