pub async fn insert_webhook( pool: &PgPool, id: WebhookId, name: &str, description: &Option<String>, source_type: &str, secret_token: &Option<String>, ) -> Result<(), Error>
Inserts a new webhook.