Description
Add a webhook delivery system template that enables generated APIs to send event notifications to external systems via HTTP callbacks.
Why
Webhooks are the standard pattern for API event notifications (e.g., Stripe, GitHub, Twilio all use webhooks). A template with retry logic, signature verification, and delivery tracking gives Nerva-generated APIs enterprise-grade event capabilities.
Acceptance Criteria
Description
Add a webhook delivery system template that enables generated APIs to send event notifications to external systems via HTTP callbacks.
Why
Webhooks are the standard pattern for API event notifications (e.g., Stripe, GitHub, Twilio all use webhooks). A template with retry logic, signature verification, and delivery tracking gives Nerva-generated APIs enterprise-grade event capabilities.
Acceptance Criteria