### Webhooks vs. Events

- **Webhooks:** External HTTP notifications sent to the application when specific events occur.
- **Events:** Internal API notifications about call state changes; can be exposed via webhooks for external handling or internally by predefining event handlers in SVAML commands.