Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webhook: Add initial webhook plugin (#39)
This initial plugin implementation is very simple. It does a bunch of simplifying things: - Assumes `POST`. - Assumes JSON request and response bodies. - `body` and return are `Any`, so we won't get much typing help. This is good enough to be used by a workflow with the description: > Post a body of the form { "message": "Hello from Lutra and Zapier!"} to the webhook `https://hooks.zapier.com/hooks/catch/<elided>`. Allow only the message to be customizable.
- Loading branch information