Skip to content

feat(api/v2): ⭐ Implement webhooks/events #65

@Nudelsuppe42

Description

@Nudelsuppe42

[1] Feature Description
As API version 1, version 2 should also have webhook support for BuildTeams to get updated when information on their team changes. The following format is used by version 1 and should be continued:

{
    "type": {key},
    "timestamp": "2025-07-12T12:41:27.871Z",
    "data": [...]
}

These API events should be added and sent to connected webhooks:

  • APPLICATION_SUBMIT
  • APPLICATION_UPDATE
  • CLAIM_CREATE
  • CLAIM_UPDATE
  • CLAIM_DELETE
  • MEMBER_ADD
  • MEMBER_REMOVE

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature/apiNew feature or request

    Projects

    Status

    Planned

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions