Add full webhook CRUD: create, list, get, update, delete, rotate-secret, and view delivery failures.
Scope
- 3 queries:
webhook, webhooks, failuresForOauthWebhooks
- 4 mutations:
webhookCreate, webhookUpdate, webhookDelete, webhookRotateSecret
- New command group with 7 subcommands
- Filter support:
--team, --enabled
- Estimated ~1,330 LOC
Open Questions
See planning/01-webhooks.md
Add full webhook CRUD: create, list, get, update, delete, rotate-secret, and view delivery failures.
Scope
webhook,webhooks,failuresForOauthWebhookswebhookCreate,webhookUpdate,webhookDelete,webhookRotateSecret--team,--enabledOpen Questions
webhook getexpose the secret? Or require--show-secret?webhook listshow URLs? (potential security/PII concern in logs)See
planning/01-webhooks.md