Webhook Automations - Extend to GET Actions w/ Query Params

I wonder if this would be a super quick fix… but I just realized that you cannot use Tape webhook workflows to catch GET requests. It seems like it’s only POST requests. However, catching webhooks that have query parameters via GET is the only way some APIs are able to push information via webhooks (which is dumb but it’s the case).

Would it be terribly difficult to just expose the GET version of the webhook and convert the query params to the webhook payload?