Skip to content

Webhooks #1509

@william-p

Description

@william-p

Hi team,

For my own use case, I needed webhook support on questions and answers, so I went ahead and implemented a first iteration of the feature.

I'm not a Go expert, so I used Opus as a serious development aid to help me design and implement the logic. I tried to follow the existing architecture patterns in the codebase, using an event-driven approach where question and answer lifecycle events are dispatched to webhook handlers that asynchronously POST JSON payloads to configured endpoints.

Here's my fork: Work In Progress

What do you think? Would you be open to me submitting a pull request?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions