fix grammar errors & typos (#2493)

This commit is contained in:
Shuchang Zheng
2025-05-28 00:21:50 -07:00
committed by GitHub
parent 3d1572f462
commit 1d1827059c
16 changed files with 22 additions and 21 deletions

View File

@@ -18,7 +18,7 @@ See [Password Management](/credentials/passwords#manage-passwords-in-skyvern-clo
You can pass `totp_url` when running [a task](/api-reference/api-reference/agent/run-task) or a [workflow](/api-reference/api-reference/agent/run-workflow). Inside this endpoint hosted by you, you have to conform to the following schema:
### Set Up Your TOTP Endpoint
For websites that requires a verification code to complete a task, you have to set up a TOTP endpoint for Skyvern to fetch the verification code.
For websites that require a verification code to complete a task, you have to set up a TOTP endpoint for Skyvern to fetch the verification code.
Here's the TOTP endpoint contract you should use:
@@ -55,7 +55,7 @@ Find TOTP API doc [here](/api-reference/api-reference/credentials/send-totp-code
You can pass `totp_identifier` when running [a task](/api-reference/api-reference/agent/run-task) or a [workflow](/api-reference/api-reference/agent/run-workflow). When the TOTP code arrives at your inbox, all you need to do is to send the email/message (Gmail + Zapier integration can be a good solution to set up email forwarding) to Skyvern's TOTP endpoint.
### Forwarding Your Email To Skyvern (Gmail + Zapier)
This setup requires a Zapier pro plan account.
This setup requires a Zapier Pro plan account.
**Step 1. Create a Zapier Zap**