WTH can't we use GET webhook triggers (still)

Webhooks only support POST. It would be great to finally have GET support for webhook triggers, as this would greatly expand the possibilities for use.

Webhooks should ideally support any HTTP method (e.g. GET, POST, DELETE, etc) and allow us to choose one or more of the acceptable methods for the request.

1 Like

True! I ran into this issue recently. It would make some setups a bit easier. It would also make testing easier.

1 Like

There’s a ready-for-review PR fixing this WTH issue:

1 Like

I’m the author of that PR. Please let me know if there is anything I can do to help, or if you have additional related feature requests.

4 Likes

Would love to see this!