-
-
Notifications
You must be signed in to change notification settings - Fork 203
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Pre-work
- I have read the docs.
- I have searched open and closed issues.
- I agree to follow this project's Code of Conduct.
Description
When configuring a webhook the payload doesn´t match the documented payload.
Expected Behavior
Get all documented fields (here)
The actual payload has less data (source)
->payload([
'result_id' => $event->result->id,
'site_name' => config('app.name'),
'isp' => $event->result->isp,
'ping' => $event->result->ping,
'download' => $event->result->downloadBits,
'upload' => $event->result->uploadBits,
'packetLoss' => $event->result->packet_loss,
'speedtest_url' => $event->result->result_url,
'url' => url('/admin/results'),
])
Steps to Reproduce
- Set a webhook as notification
- Run a test
Deployment Environment
Docker Compose
Application Information
root@976dffe541a6:/# php artisan about --json
Could not open input file: artisanWhat browser(s) are you seeing the problem on?
Firefox
Logs
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation