Do webhooks work outside of Zapier?
It might seem like a silly question, but I am finding it impossible to get webhooks to work without going via Zapier. I have tried using a Google Scripts web service and have created my own REST service running locally (I’ve set up port forwarding and have tested this outside of InSided). I have managed to register the services correctly (Google Scripts and my own test REST service). Registering fails if you make mistakes with event names, etc. But when I try to trigger the service (using the question.Liked event, for example), it is never even attempted. However, setting this up via Zapier takes seconds and does work. Strangely, it doesn’t seem to be logged as configured in the same way as those using the API to set up. You can’t see it when you use the https://api2-eu-west-1.insided.com/v2/webhooks endpoint….as you can with the events subscribed to using the API. The configurations you can see are set up, do not work.
The documentation on webhooks is pretty limited and there appears to be no way to trace what might be happening at the InSided side. I suspect that there is something left out of the documentation (or something I haven’t seen) which can help fix this/answer this. Any ideas?