Configurable payload for incoming webhooks
complete
Maksim Leanovich
Currently it only supports two webhook formats (Uptime Robot and another one), both of which, as I understand, are multipart/form-data. Unfortunately, the tool I'm trying to integrate with it (open source uptime-kume) only configurable bodies for JSON payloads on their end. Another option for me would be to integrate over email, but for that I need an SMTP gateway which I don't want to setup. Webhooks FTW!
This post was marked as
complete
This post was marked as
in progress
E
Eduardo Messuti
planned
Maksim Leanovich
I assume, you only care about the service Id and status, right? Service id is already encoded in the webhook URL, and for the status I could specify json-path in the UI. Perhaps also a format like boolean or up/down string.
E
Eduardo Messuti
Hi Maksim Leanovich, thanks for the feedback! So, the idea is to allow receiving and parsing arbitrary JSON payloads? Do you have any examples of how this could look like? :)