feat: add webhooks.receive capability to plugin manifest

This commit is contained in:
2026-05-16 17:19:10 +00:00
parent 23fda8da8c
commit f5a4cd1c62
2 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,8 @@
"jobs.schedule",
"activity.log.write",
"companies.read",
"projects.read"
"projects.read",
"webhooks.receive"
],
"entrypoints": {
"worker": "dist/worker.js"