Examples of inbound webhooks?

Hey,

Before I go any further down the path of potentially reinventing the wheel, does anyone know of any examples of inbound webhook handlers for updating tickets from other systems?

I want to be able to ingest updates from PagerDuty as comments on the relevant tickets.

Cheers,
Andrew

This probably isn’t exactly what you’re looking for, but the python rt module has some examples of API calls to update tickets: GitHub - python-rt/python-rt: Python interface to Request Tracker API
I am not sure of the best way to do it, but for what you describe I would need to build an intermediary web service that receives the webhook and then sends it on to RT.