Hi Support,
I'd like to use dagster as a tool to automate stuff between online services, e.g. TEAMS, GITHUB, ClickUp, ... I know this is not the original usecase of dagster, but we are users of dagster for ETL, so why using yet another tool.
The only thing I see missing to get my use case implemented is the ability to listen to webhooks. I'd like to have some kind of webhook-sensor which NOT works via pulling but constantly listens to new requests. Ideally it would receive some json payload and forward it to the jobs triggered.
Anything like that planned or some kind of workaround available?
I am aware of the dagit GraphQL interface. But having dedicated webhook sensors would be much more easy/clear and manageable.