Skip to main content

create_webhook

Function create_webhook 

Source
pub fn create_webhook(
    db: &Database,
    name: &str,
    url: &str,
    secret: Option<&str>,
    events: &str,
) -> Result<i64>
Expand description

Create a new webhook.