* add n8n * update docs * add n8n to source def * auto-bump connector version Co-authored-by: marcosmarxm <marcosmarxm@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
32 lines
871 B
Markdown
32 lines
871 B
Markdown
# N8n
|
|
|
|
## Sync overview
|
|
|
|
This source can sync data from [N8n](https://docs.n8n.io/api/). At present this connector only supports full refresh syncs meaning that each time you use the connector it will sync all available records from scratch.
|
|
|
|
## This Source Supports the Following Streams
|
|
|
|
- [execitions](https://docs.n8n.io/api/api-reference/#tag/Execution/paths/~1executions/get)
|
|
|
|
### Features
|
|
|
|
| Feature | Supported?\(Yes/No\) | Notes |
|
|
| :---------------- | :------------------- | :---- |
|
|
| Full Refresh Sync | Yes | |
|
|
| Incremental Sync | No | |
|
|
|
|
## Getting started
|
|
|
|
You need a n8n instance or use cloud version
|
|
|
|
### Create an API key
|
|
|
|
- Log in to n8n.
|
|
- Go to Settings > API.
|
|
- Select Create an API key.
|
|
|
|
## Changelog
|
|
|
|
| Version | Date | Pull Request | Subject |
|
|
| :------ | :--- | :----------- | :------ |
|