fix grammar errors & typos (#2493)
This commit is contained in:
@@ -36,7 +36,7 @@ Please contact sales@skyvern.com to set up the integration for this step.
|
||||
a. The URL is the website you'd like to navigate to. This can be parameterized by different `input_parameter`
|
||||
b. Enter the collection id above. This can be parameterized by another input parameter
|
||||
<img src="../images/bitwarden/bitwarden_tutorial_create_skyvern_workflow.png" />
|
||||
3. Create a login block and select the credentials as input paramters and you should be good to go!
|
||||
3. Create a login block and select the credentials as input parameters and you should be good to go!
|
||||
<img src="../images/bitwarden/bitwarden_tutorial_create_skyvern_task_block.png" />
|
||||
|
||||
### Bitwarden Integration in Open Source
|
||||
|
||||
@@ -5,7 +5,7 @@ slug: credentials/credit-cards
|
||||
---
|
||||
|
||||
## Manage Credit Cards
|
||||
Same as passwords, credit cards are also managed in the [Skyvern's Credentials](https://app.skyvern.com/credentials) page.
|
||||
Like passwords, credit cards are managed on the [Skyvern Credentials](https://app.skyvern.com/credentials) page.
|
||||
|
||||
### Add a new credit card:
|
||||
|
||||
|
||||
@@ -55,7 +55,8 @@ Skyvern can integrate with your Bitwarden account. Skyvern agent can read the cr
|
||||
|
||||
See [Bitwarden Integration](/credentials/bitwarden) for more details.
|
||||
|
||||
## Coming Soon (Contact Skyvern Support if you need any password integration to help us priroitize)
|
||||
## Coming Soon
|
||||
(Contact support@skyvern.com if you need any password integration to help us prioritize)
|
||||
|
||||
- 1Password Integration
|
||||
- LastPass Integration
|
||||
|
||||
@@ -6,7 +6,7 @@ slug: credentials/passwords
|
||||
|
||||
## Password Management
|
||||
|
||||
You can store passwords information in Skyvern. Skyvern agent can use the stored password information to log into a website without sending your username or password to LLMs.
|
||||
You can store password information in Skyvern. Skyvern agent can use the stored password information to log into a website without sending your username or password to LLMs.
|
||||
|
||||
## How To Manage Passwords
|
||||
This can be done in the [Skyvern's Credentials](https://app.skyvern.com/credentials) page.
|
||||
@@ -25,7 +25,7 @@ Click the trash icon and confirm the deletion. If you do this, the password will
|
||||
<img src="../images/credential_management/delete_password.png" />
|
||||
|
||||
### Update a password:
|
||||
<Warning>Skyvern only allows adding and deleting passwords. If you would like to update a password, you need to delete the existing password and create a new one.</Warning>
|
||||
<Warning>Skyvern allows only adding and deleting passwords. If you would like to update a password, you need to delete the existing password and create a new one.</Warning>
|
||||
|
||||
## Manage Passwords with API & SDK
|
||||
We also have [API and SDK](/api-reference/api-reference/credentials/create-credential) supports for password management:
|
||||
|
||||
@@ -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**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user