description="The task_id the totp code is for. It can be the task_id of the task that the TOTP code is for.",
examples=["task_123456"],
)
workflow_id:str|None=Field(
default=None,
description="The workflow ID the TOTP code is for. It can be the workflow ID of the workflow that the TOTP code is for.",
examples=["wpid_123456"],
)
workflow_run_id:str|None=Field(
default=None,
description="The workflow run id that the TOTP code is for. It can be the workflow run id of the workflow run that the TOTP code is for.",
examples=["wr_123456"],
)
source:str|None=Field(
default=None,
description="An optional field. The source of the TOTP code. e.g. email, sms, etc.",
examples=["email","sms","app"],
)
content:str|None=Field(
default=None,
description="The content of the TOTP code. It can be the email content that contains the TOTP code, or the sms message that contains the TOTP code. Skyvern will automatically extract the TOTP code from the content.",
examples=["Hello, your verification code is 123456"],
description="The content of the TOTP code. It can be the email content that contains the TOTP code, or the sms message that contains the TOTP code. Skyvern will automatically extract the TOTP code from the content.",
examples=["Hello, your verification code is 123456"],