Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[keepercore] Add http command to support web hooks #149

Closed
aquamatthias opened this issue Sep 14, 2021 · 0 comments · Fixed by #513
Closed

[keepercore] Add http command to support web hooks #149

aquamatthias opened this issue Sep 14, 2021 · 0 comments · Fixed by #513
Labels
enhancement New feature or request
Milestone

Comments

@aquamatthias
Copy link
Member

Why

While it is possible to attach to the event bus, or to query the state of the system, it might be the simplest solution to also allow for web hooks to be triggered.
In order to support this scenario, a http command should be implemented, which will perform the request on execution.
This way it would be possible to trigger web hooks based on events (or any other trigger) in the system.

What

  • Add an http command that allows to specify: method, url
  • Every element in the in_stream will trigger a http request
  • When the method is POST: send the element as body
  • Allow the definition of parallel requests per command

Open Questions

  • How to handle auth?

Acceptance Criteria

TBD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants