getParam('fileLimit', 0); $fileLimitHuman = $this->getParam('fileLimitHuman', 0); $events = $this->getParam('events', []); $timeout = $this->getParam('timeout', 900); $usageStatsEnabled = $this->getParam('usageStatsEnabled', true); $patterns = []; foreach ($events as $name => $event) { foreach ($event as $key => $value) { if (!\str_starts_with($key, '$')) { if (!($value['$resource'] ?? false)) { $patterns[] = "{$name}.{$key}"; } else { foreach ($value as $key2 => $value2) { if (!\str_starts_with($key2, '$')) { if (!($value2['$resource'] ?? false)) { $patterns[] = "{$key}.{$key2}"; } } } } } } } ?>

Webhooks
 

Leave empty for wildcard access
Leave empty for wildcard access

Advanced Options (optional)

Warning: Untrusted or self-signed certificates may not be secure. Learn more