From 2e068d88aca1c0c46a0a0c817ecc741da7e6b51b Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Thu, 22 May 2025 02:38:48 -0700 Subject: [PATCH] fix run task v1 missing webhook (#2428) Co-authored-by: lawyzheng --- skyvern/forge/sdk/routes/agent_protocol.py | 1 + 1 file changed, 1 insertion(+) diff --git a/skyvern/forge/sdk/routes/agent_protocol.py b/skyvern/forge/sdk/routes/agent_protocol.py index b3d12412..6e211ffb 100644 --- a/skyvern/forge/sdk/routes/agent_protocol.py +++ b/skyvern/forge/sdk/routes/agent_protocol.py @@ -177,6 +177,7 @@ async def run_task( error_code_mapping=run_request.error_code_mapping, proxy_location=run_request.proxy_location, browser_session_id=run_request.browser_session_id, + webhook_callback_url=run_request.webhook_url, totp_verification_url=run_request.totp_url, totp_identifier=run_request.totp_identifier, include_action_history_in_verification=run_request.include_action_history_in_verification,