forked from alexjustesen/speedtest-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebhooks.php
More file actions
20 lines (19 loc) · 698 Bytes
/
Copy pathwebhooks.php
File metadata and controls
20 lines (19 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
return [
'webhook' => 'Webhook',
'webhooks' => 'Webhooks',
'url' => 'URL',
'events' => 'Events',
'events_helper' => 'Select one or more events this webhook should listen to.',
'event_groups' => [
'speedtest' => 'Speedtest',
'benchmarks' => 'Benchmark',
],
'secret' => 'Signing secret',
'secret_helper' => 'Optional. When set, the payload is signed and sent in the Signature header.',
'send_test' => 'Send test',
'test_queued' => 'Test webhook queued',
'test_queued_body' => 'The delivery result will appear in your notifications shortly.',
'test_sent' => 'Test webhook sent',
'test_failed' => 'Test webhook failed',
];