diff --git a/fern/images/n8n/add_credential.png b/fern/images/n8n/add_credential.png new file mode 100644 index 00000000..a48f2809 Binary files /dev/null and b/fern/images/n8n/add_credential.png differ diff --git a/fern/images/n8n/add_node.png b/fern/images/n8n/add_node.png new file mode 100644 index 00000000..a733f6f5 Binary files /dev/null and b/fern/images/n8n/add_node.png differ diff --git a/fern/images/n8n/dispatch_task.png b/fern/images/n8n/dispatch_task.png new file mode 100644 index 00000000..46f82199 Binary files /dev/null and b/fern/images/n8n/dispatch_task.png differ diff --git a/fern/images/n8n/save_credential.png b/fern/images/n8n/save_credential.png new file mode 100644 index 00000000..e5706d6a Binary files /dev/null and b/fern/images/n8n/save_credential.png differ diff --git a/fern/images/n8n/ui_install.png b/fern/images/n8n/ui_install.png new file mode 100644 index 00000000..7517c6ac Binary files /dev/null and b/fern/images/n8n/ui_install.png differ diff --git a/fern/images/n8n/ui_install_success.png b/fern/images/n8n/ui_install_success.png new file mode 100644 index 00000000..1b1d2d0b Binary files /dev/null and b/fern/images/n8n/ui_install_success.png differ diff --git a/fern/integrations/n8n.mdx b/fern/integrations/n8n.mdx index 8e0a9c5b..e5112238 100644 --- a/fern/integrations/n8n.mdx +++ b/fern/integrations/n8n.mdx @@ -3,4 +3,28 @@ Title: n8n slug: integrations/n8n --- - \ No newline at end of file +## Install Skyvern node in n8n +> official verified Skyvern node is coming soon. + +1. Get a [Skyvern](https://app.skyvern.com/) account, navigate to settings and copy your API Key, you will need to link this in the n8n. + +2. Install Skyvern as a community node. Following the [n8n docs](https://docs.n8n.io/integrations/community-nodes/installation/gui-install/) to install on GUI. + +3. Search for `n8n-nodes-skyvern` and install. + ![image](../images/n8n/ui_install.png) + +4. Wait until it's successfully installed. + ![image](../images/n8n/ui_install_success.png) + +## Running a Skyvern Task +5. Create a new workflow. Search for the `Skyvern` node. + ![image](../images/n8n/add_node.png) + +6. Create a new credential. + ![image](../images/n8n/add_credential.png) + +7. Store the API Key from step 1 in the `API Key` field and `Save` + ![image](../images/n8n/save_credential.png) + +8. Dispatch a task! + ![image](../images/n8n/dispatch_task.png) \ No newline at end of file