Default `send` commands for messages to allow to function as a generic webhook
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 15
- Forks
- 2
- Avg merge
- 58m
- Merged PRs (30d)
- 6
Description
I was playing around with Pydantic logfire recently, and wanted it to send me alerts to Symphony. However, Symphony does not seem to have an easy webhook. Since I'm already running a bot, it would be great if i could have a generic rest endpoint for webhooks, so that I could use 1 webhook for all my chat backends!
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
The issue names no files, tests, or entry points. Start by locating the existing message send commands and HTTP handling, then determine how a generic REST webhook could route messages to the supported chat backends. Done should include a defined webhook interface and working delivery to the intended backends, with tests covering the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100