Skip to content

Event-specific webhooks #57

@jackjohn7

Description

@jackjohn7

The spec should allow a configuration to optionally choose which events they want to forward to which endpoints. A service might not be concerned with all kinds of events, and as the project grows, quite a few events could exist.

Something like the following:

[[integrations.webhooks]]
webhooks = "http://localhost:8081/events"
events = [ "onComplete", "onPause" ]

Ideally camelCase, PascalCase, snake_case, and kebab-case would all just work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions