entry.create with for example an attribute like successful: false → Webhook → Webhook-Response Success? Update successful: true. → If not: we just leave it like it is and (re)try unsuccesful ones when the next entry is created.
It’s totally up to you and your requirement what works best for you…
You can first catch up all successful: false entries when entry.create ist triggered again or check for such unsuccessful entries regularly or retry it after entry.create for x times.
Does strapi generate logs for webhook like when webhook event is sent successfully or it failed to sent event etc? If yes, how to enable/view those logs?
If not, how to check response of event if its not sent because of network error or because of some other issue?
Thanks @Boegie19
Can we limit the webhook trigger to specific content type like page/form etc ?
As I can see it is applicable to all content types by default