hermes - 💡(How to fix) Fix [Feature]: Support for generic webhooks [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#28913Fetched 2026-05-20 04:01:11
View on GitHub
Comments
2
Participants
2
Timeline
6
Reactions
0
Author
Participants
Timeline (top)
labeled ×4commented ×2
RAW_BUFFERClick to expand / collapse

Problem or Use Case

Currenty, webhooks are specific to the format GitHub is using, thus you can filter for event types and other stuff within the payload GitHub uses in it's webhook payloads.

However, I have many use cases, where I want to wake up the agent with a generic (maybe even self-crafted, or emitted from arbitrary other software) webhook request.

Proposed Solution

Implement a new "generic webhooks" channel. The easiest solution would be to be able to specify the prompt directly as a parameter (e.g. a field prompt within a JSON POST body), alongside other paramerts (model to be used, deliver options like with cron, etc.). Like with the current GitHub webhooks, this promt should create a new session, where the prompt will be processed. There should be a delivery option to a main channel.

Another option is to accept generic payloads, and let the user specify a script to transform the payload into a promt (like OpenClaws mapped hooks).

Alternatives Considered

You could just use the GitHub webhooks and build a "webhook adapter" that emits webhooks in the GitHub format. While this is possible, it is hacky and intruduces a custom component, users need to maintain themselfs.

Feature Type

Other

Scope

Medium (few files, < 300 lines)

Contribution

  • I'd like to implement this myself and submit a PR

Debug Report (optional)

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix [Feature]: Support for generic webhooks [2 comments, 2 participants]