Send TOTP (2FA, MFA) code to Skyvern
Forward a TOTP (2FA, MFA) email or sms message containing the code to Skyvern. This endpoint stores the code in database so that Skyvern can use it while running tasks/workflows.
Headers
x-api-key
Request
This endpoint expects an object.
totp_identifier
The identifier of the TOTP code. It can be the email address, phone number, or the identifier of the user.
content
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.
task_id
The task_id the totp code is for. It can be the task_id of the task that the TOTP code is for.
workflow_id
The workflow ID the TOTP code is for. It can be the workflow ID of the workflow that the TOTP code is for.
workflow_run_id
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.
source
An optional field. The source of the TOTP code. e.g. email, sms, etc.
expired_at
The timestamp when the TOTP code expires
Response
Successful Response
totp_identifier
The identifier of the TOTP code. It can be the email address, phone number, or the identifier of the user.
content
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.
totp_code_id
The skyvern ID of the TOTP code.
code
The TOTP code extracted from the content.
organization_id
The ID of the organization that the TOTP code is for.
created_at
The timestamp when the TOTP code was created.
modified_at
The timestamp when the TOTP code was modified.
task_id
The task_id the totp code is for. It can be the task_id of the task that the TOTP code is for.
workflow_id
The workflow ID the TOTP code is for. It can be the workflow ID of the workflow that the TOTP code is for.
workflow_run_id
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.
source
An optional field. The source of the TOTP code. e.g. email, sms, etc.
expired_at
The timestamp when the TOTP code expires