Skip to main content

get_webhook

Function get_webhook 

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

Retrieves a specific webhook by ID. Get webhook.