mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 17:29:40 +00:00
email relay (#598)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
parent
f6bb4981fc
commit
ea1039277f
15 changed files with 191 additions and 18 deletions
|
@ -224,5 +224,6 @@ class WorkflowCreateYAMLRequest(BaseModel):
|
|||
description: str | None = None
|
||||
proxy_location: ProxyLocation | None = None
|
||||
webhook_callback_url: str | None = None
|
||||
totp_verification_url: str | None = None
|
||||
workflow_definition: WorkflowDefinitionYAML
|
||||
is_saved_task: bool = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue