We have created webhook subscribed on our server to get incident updates, we are getting a webhook like below format,
POST motd/statuspage\n","stream":"stdout","time":"2020-05-11T09:36:17.801430972Z"}
{"log":"[2020-05-11T09:36:17,806] [INFO] [http-apr-8080-exec-69] [com.wordly.backend.controllers.services.MOTDService] - c.w.b.c.s.MOTDService.statuspageSubscribe:15 : status page subscriber\n","stream":"stdout","time":"2020-05-11T09:36:17.806358801Z"}
but not the incidents data. What are we missing here to get update.
Not sure if this is true in your case -- but it appears that the webhook only fires if you tick 'send notifications' on an incident update.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.