Function handle_webhook_trigger

Source
pub async fn handle_webhook_trigger(
    core: &Arc<AppCore>,
    webhook_id: &str,
    method: &str,
    headers: HashMap<String, String>,
    body: Value,
) -> Result<WebhookResponse>