n8n integration (#1940)
This commit is contained in:
45
integrations/n8n/README.md
Normal file
45
integrations/n8n/README.md
Normal file
@@ -0,0 +1,45 @@
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
|
||||
|
||||
- [n8n-nodes-skyvern](#n8n-nodes-skyvern)
|
||||
- [Installation](#installation)
|
||||
- [Operations](#operations)
|
||||
- [Credentials](#credentials)
|
||||
- [Resources](#resources)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
# n8n-nodes-skyvern
|
||||
|
||||
This is an n8n community node. It lets you use [Skyvern](https://www.skyvern.com/) in your n8n workflows.
|
||||
|
||||
[Skyvern](https://www.skyvern.com/) is an [open-source](https://github.com/Skyvern-AI/skyvern) product. It automates browser-based workflows using LLMs and computer vision. It provides a simple API endpoint to fully automate manual workflows on a large number of websites, replacing brittle or unreliable automation solutions.
|
||||
|
||||
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
|
||||
|
||||
[Installation](#installation)
|
||||
[Operations](#operations)
|
||||
[Credentials](#credentials)
|
||||
[Resources](#resources)
|
||||
|
||||
## Installation
|
||||
|
||||
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
|
||||
|
||||
## Operations
|
||||
|
||||
- Task: interact with Skyvern task
|
||||
- Workflow: interact with Skyvern workflow
|
||||
|
||||
## Credentials
|
||||
|
||||
- API Token: Skyvern API token. You can get it from the Skyvern UI
|
||||
- Base URL: The endpoint for your Skyvern service. Default is Skyvern Cloud Service, you can also set it to your self-host Skyvern.
|
||||
|
||||
|
||||
## Resources
|
||||
|
||||
* [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
|
||||
* [Skyvern documentation](https://docs.skyvern.com/introduction)
|
||||
|
||||
Reference in New Issue
Block a user