Improve webhook event data
Open
filament
- Dominant language
- PHP
- Stars
- 227
- Forks
- 84
- Avg merge
- 11h 14m
- Merged PRs (30d)
- 24
Description
Webhooks need to include additional data. For example, incidents should include a list of affected components.
This is easily doable within the API (since we can refactor the action to dispatch the event) but creating incidents via the dashboard will prematurely fire the `IncidentCreated` event before the incident components are attached.
Contributor guide
Assessment
This issue has not been assessed yet.