I have several webhooks (for some time). Created using api method or using pabbly connect, but the last week I get problems creating webhooks and getting responses. Is there a limitation on webhooks per table? Can I see how many webhooks I have? How can I make sure that the webhook is still working?
Thanks @paul-grist , I see a few webhooks of mine are giving this response:
“usage”:{“status”:“error”,“numWaiting”:0,“updatedTime”:1677684400968,“lastEventBatch”:{“status”:“rejected”,“httpStatus”:404,“errorMessage”:null,“size”:1,“attempts”:13},“lastSuccessTime”:1677656372781,“lastFailureTime”:1677684336946,“lastErrorMessage”:null,“lastHttpStatus”:404}}
And
“status”:“rejected”,“httpStatus”:404,“errorMessage”:null,“size”:13,“attempts”:5}
A 404 sounds like the URL associated with the webhook is not found - perhaps it has been removed? You could use the _unsubscribe endpoint to remove such webhooks.
By the way, there is an engineer currently working on a UI for webhooks. It will be quite rudimentary to begin with, but hopefully better than no UI (and not even an official API) at all.