Support webhooks via HTTP GET
@enykeev is already working on this.
Since Nov 21, 2016.
- Dominant language
- Python
- Stars
- 6.5k
- Forks
- 787
- PR merge metrics
- No merged PRs in 30d
Description
Any possibility of accepting webhooks via HTTP GET in addition to POST? Things like the API key and webhook payload data could be encoded in the URL. This would allow remediation workflows to be triggered from (legacy) web applications which allow users to configure a simple URL that gets called when a link gets clicked. For instance I have a legacy monitoring system that allows me to define a description for each service-check and I'd love to include a simple 'Fix' html link that calls out to a st2 webhook. Not sure if I'd have a way to execute an HTTP POST webhook from this app.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.