speckle-syntax-webhooks
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
speckle-syntax-webhooks
Quick Reference
Webhook CRUD Operations
| Operation | Mutation | Input Type | Returns | Required Role |
|---|---|---|---|---|
| Create | webhookCreate |
WebhookCreateInput! |
String! (webhook ID) |
Stream Owner |
| Update | webhookUpdate |
WebhookUpdateInput! |
String! |
Stream Owner |
| Delete | webhookDelete |
WebhookDeleteInput! |
String! |
Stream Owner |
| Query | project.webhooks |
id: String (optional filter) |
WebhookCollection |
Stream Owner |