pub fn create_webhook( db: &Database, name: &str, url: &str, secret: Option<&str>, events: &str, ) -> Result<i64>
Create a new webhook.