Skip to main content

get_active_webhook

Function get_active_webhook 

Source
pub async fn get_active_webhook(
    pool: &PgPool,
    id: WebhookId,
) -> Result<Option<WebhookConfig>, Error>
Expand description

Retrieves an active webhook by ID. Get active webhook.